@@ -4,10 +4,10 @@ go 1.18
44
55require (
66 github.com/cockroachdb/errors v1.9.0
7- github.com/cockroachdb/pebble v0.0.0-20220907220441-20a40b515be9
7+ github.com/cockroachdb/pebble v0.0.0-20220923162449-829c25fa5db3
88 github.com/dgraph-io/badger/v2 v2.2007.4
99 github.com/emirpasic/gods v1.18.1
10- github.com/ethereum/go-ethereum v1.10.23
10+ github.com/ethereum/go-ethereum v1.10.25
1111 github.com/golang/protobuf v1.5.2
1212 github.com/gorilla/websocket v1.5.0
1313 github.com/hashicorp/go-version v1.6.0
@@ -30,7 +30,7 @@ require (
3030 go.uber.org/atomic v1.10.0
3131 go.uber.org/dig v1.15.0
3232 go.uber.org/zap v1.23.0
33- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
33+ golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7
3434 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
3535 google.golang.org/protobuf v1.28.1
3636 gopkg.in/yaml.v2 v2.4.0
@@ -55,7 +55,7 @@ require (
5555 github.com/golang/snappy v0.0.4 // indirect
5656 github.com/google/go-github v17.0.0+incompatible // indirect
5757 github.com/google/go-querystring v1.1.0 // indirect
58- github.com/klauspost/compress v1.15.9 // indirect
58+ github.com/klauspost/compress v1.15.11 // indirect
5959 github.com/kr/pretty v0.3.0 // indirect
6060 github.com/mitchellh/copystructure v1.2.0 // indirect
6161 github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -67,10 +67,10 @@ require (
6767 github.com/stretchr/objx v0.4.0 // indirect
6868 go.dedis.ch/fixbuf v1.0.3 // indirect
6969 go.uber.org/multierr v1.8.0 // indirect
70- golang.org/x/exp v0.0.0-20220907003533-145caa8ea1d0 // indirect
71- golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
72- golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
73- golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d // indirect
70+ golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
71+ golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect
72+ golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
73+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
7474 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7575 gopkg.in/yaml.v3 v3.0.1 // indirect
7676)
0 commit comments