Skip to content

Commit

Permalink
Continue supporting older go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 5, 2024
1 parent 912b81e commit 6eea2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/federation_room_send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import (
"encoding/json"
"fmt"
"net/url"
"slices"
"testing"
"time"

"github.com/matrix-org/complement"
"github.com/matrix-org/gomatrixserverlib"
"github.com/tidwall/gjson"
"golang.org/x/exp/slices"

"github.com/matrix-org/complement/b"
"github.com/matrix-org/complement/client"
Expand Down

0 comments on commit 6eea2fa

Please sign in to comment.