1
1
module github.com/shutter-network/rolling-shutter/rolling-shutter
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.4
4
6
5
7
require (
6
8
github.com/AdamSLevy/jsonrpc2/v14 v14.1.0
7
9
github.com/benbjohnson/clock v1.3.5
8
10
github.com/bitwurx/jrpc2 v0.0.0-20220302204700-52c6dbbeb536
9
11
github.com/deepmap/oapi-codegen v1.9.1
10
- github.com/ethereum/go-ethereum v1.12.0
12
+ github.com/ethereum/go-ethereum v1.13.4
11
13
github.com/getkin/kin-openapi v0.87.0
12
14
github.com/go-chi/chi/v5 v5.0.10
13
- github.com/google/go-cmp v0.5.9
15
+ github.com/google/go-cmp v0.6.0
14
16
github.com/google/uuid v1.3.0
15
17
github.com/ipfs/go-log/v2 v2.5.1
16
18
github.com/jackc/pgconn v1.14.1
@@ -26,7 +28,7 @@ require (
26
28
github.com/pkg/errors v0.9.1
27
29
github.com/prometheus/client_golang v1.14.0
28
30
github.com/rs/zerolog v1.28.0
29
- github.com/shutter-network/shutter/shlib v0.1.11
31
+ github.com/shutter-network/shutter/shlib v0.1.13
30
32
github.com/shutter-network/txtypes v0.1.0
31
33
github.com/spf13/afero v1.8.2
32
34
github.com/spf13/cobra v1.6.1
@@ -41,19 +43,19 @@ require (
41
43
go.opentelemetry.io/otel/sdk/metric v0.37.0
42
44
go.opentelemetry.io/otel/trace v1.14.0
43
45
go.opentelemetry.io/proto/otlp v0.19.0
44
- golang.org/x/crypto v0.12 .0
46
+ golang.org/x/crypto v0.14 .0
45
47
golang.org/x/sync v0.3.0
46
48
google.golang.org/protobuf v1.30.0
47
49
gopkg.in/yaml.v3 v3.0.1
48
50
gotest.tools v2.2.0+incompatible
49
- gotest.tools/v3 v3.2.0
51
+ gotest.tools/v3 v3.5.1
50
52
)
51
53
52
54
require (
53
55
github.com/DataDog/zstd v1.5.2 // indirect
54
56
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
55
57
github.com/beorn7/perks v1.0.1 // indirect
56
- github.com/btcsuite/btcd/btcec/v2 v2.2 .2 // indirect
58
+ github.com/btcsuite/btcd/btcec/v2 v2.3 .2 // indirect
57
59
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
58
60
github.com/cespare/xxhash v1.1.0 // indirect
59
61
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -219,8 +221,8 @@ require (
219
221
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
220
222
golang.org/x/mod v0.12.0 // indirect
221
223
golang.org/x/net v0.14.0 // indirect
222
- golang.org/x/sys v0.11 .0 // indirect
223
- golang.org/x/text v0.12 .0 // indirect
224
+ golang.org/x/sys v0.14 .0 // indirect
225
+ golang.org/x/text v0.13 .0 // indirect
224
226
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
225
227
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
226
228
google.golang.org/grpc v1.54.1 // indirect
@@ -231,3 +233,5 @@ require (
231
233
)
232
234
233
235
replace github.com/bitwurx/jrpc2 => github.com/ulope/jrpc2 v0.0.0-20230706135348-a95cf3d96bd2
236
+
237
+ replace github.com/ethereum/go-ethereum => github.com/ethereum/go-ethereum v1.12.0
0 commit comments