diff --git a/go.mod b/go.mod index 6d30b39..4d2e604 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/filecoin-project/go-jsonrpc -go 1.23.0 +go 1.24 require ( github.com/google/uuid v1.1.1 diff --git a/method_formatter_test.go b/method_formatter_test.go index d003ddd..8d75e27 100644 --- a/method_formatter_test.go +++ b/method_formatter_test.go @@ -3,11 +3,12 @@ package jsonrpc import ( "context" "fmt" - "github.com/stretchr/testify/require" "net/http" "net/http/httptest" "strings" "testing" + + "github.com/stretchr/testify/require" ) func TestDifferentMethodNamers(t *testing.T) {