We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbae86 commit bd8f54aCopy full SHA for bd8f54a
go.mod
@@ -1,6 +1,6 @@
1
module github.com/filecoin-project/go-jsonrpc
2
3
-go 1.23.0
+go 1.24
4
5
require (
6
github.com/google/uuid v1.1.1
method_formatter_test.go
@@ -3,11 +3,12 @@ package jsonrpc
import (
"context"
"fmt"
- "github.com/stretchr/testify/require"
7
"net/http"
8
"net/http/httptest"
9
"strings"
10
"testing"
+
11
+ "github.com/stretchr/testify/require"
12
)
13
14
func TestDifferentMethodNamers(t *testing.T) {
0 commit comments