@@ -7,7 +7,7 @@ require (
7
7
github.com/JeremyLoy/config v1.5.0
8
8
github.com/alecthomas/participle/v2 v2.1.0
9
9
github.com/alicebob/miniredis/v2 v2.30.5
10
- github.com/ethereum/go-ethereum v1.13.4
10
+ github.com/ethereum/go-ethereum v1.13.10
11
11
github.com/fasthttp/websocket v1.5.8
12
12
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
13
13
github.com/goccy/go-json v0.10.2
@@ -21,12 +21,12 @@ require (
21
21
github.com/invopop/jsonschema v0.7.0
22
22
github.com/redis/go-redis/v9 v9.1.0
23
23
github.com/rotisserie/eris v0.5.4
24
- github.com/rs/zerolog v1.31 .0
24
+ github.com/rs/zerolog v1.32 .0
25
25
github.com/stretchr/testify v1.9.0
26
26
github.com/swaggo/swag v1.16.3
27
27
github.com/wI2L/jsondiff v0.5.0
28
- google.golang.org/grpc v1.62.0
29
- google.golang.org/protobuf v1.32 .0
28
+ google.golang.org/grpc v1.63.2
29
+ google.golang.org/protobuf v1.33 .0
30
30
gopkg.in/DataDog/dd-trace-go.v1 v1.58.1
31
31
gotest.tools/v3 v3.5.1
32
32
pkg.world.dev/world-engine/assert v1.0.0
@@ -47,7 +47,6 @@ require (
47
47
github.com/andybalholm/brotli v1.1.0 // indirect
48
48
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
49
49
github.com/cespare/xxhash/v2 v2.2.0 // indirect
50
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
51
50
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
52
51
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
53
52
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
@@ -58,9 +57,10 @@ require (
58
57
github.com/go-openapi/jsonreference v0.20.0 // indirect
59
58
github.com/go-openapi/spec v0.20.8 // indirect
60
59
github.com/go-openapi/swag v0.22.4 // indirect
61
- github.com/golang/protobuf v1.5.3 // indirect
60
+ github.com/golang/protobuf v1.5.4 // indirect
62
61
github.com/google/go-cmp v0.6.0 // indirect
63
- github.com/holiman/uint256 v1.2.3 // indirect
62
+ github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
63
+ github.com/holiman/uint256 v1.2.4 // indirect
64
64
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
65
65
github.com/josharian/intern v1.0.0 // indirect
66
66
github.com/klauspost/compress v1.17.7 // indirect
@@ -75,7 +75,6 @@ require (
75
75
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
76
76
github.com/rivo/uniseg v0.4.7 // indirect
77
77
github.com/rogpeppe/go-internal v1.11.0 // indirect
78
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
79
78
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
80
79
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
81
80
github.com/swaggo/files/v2 v2.0.0 // indirect
@@ -84,26 +83,23 @@ require (
84
83
github.com/tidwall/pretty v1.2.1 // indirect
85
84
github.com/tidwall/sjson v1.2.5 // indirect
86
85
github.com/tinylib/msgp v1.1.8 // indirect
87
- github.com/urfave/cli/v2 v2.25.7 // indirect
88
86
github.com/valyala/bytebufferpool v1.0.0 // indirect
89
87
github.com/valyala/fasthttp v1.52.0 // indirect
90
88
github.com/valyala/tcplisten v1.0.0 // indirect
91
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
92
89
github.com/yuin/gopher-lua v1.1.0 // indirect
93
90
go.uber.org/atomic v1.11.0 // indirect
94
91
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
95
92
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
96
- golang.org/x/crypto v0.21.0 // indirect
97
- golang.org/x/mod v0.14.0 // indirect
98
- golang.org/x/net v0.22.0 // indirect
99
- golang.org/x/sys v0.18.0 // indirect
93
+ golang.org/x/crypto v0.22.0 // indirect
94
+ golang.org/x/mod v0.17.0 // indirect
95
+ golang.org/x/net v0.24.0 // indirect
96
+ golang.org/x/sync v0.7.0 // indirect
97
+ golang.org/x/sys v0.19.0 // indirect
100
98
golang.org/x/text v0.14.0 // indirect
101
99
golang.org/x/time v0.5.0 // indirect
102
- golang.org/x/tools v0.16.1 // indirect
100
+ golang.org/x/tools v0.20.0 // indirect
103
101
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
104
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
105
- gopkg.in/yaml.v2 v2.4.0 // indirect
102
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
106
103
gopkg.in/yaml.v3 v3.0.1 // indirect
107
104
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
108
- sigs.k8s.io/yaml v1.3.0 // indirect
109
105
)
0 commit comments