Skip to content

Commit 4852504

Browse files
committed
deps: upgrade shlib
1 parent 42e850b commit 4852504

File tree

2 files changed

+70
-22
lines changed

2 files changed

+70
-22
lines changed

rolling-shutter/go.mod

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
module github.com/shutter-network/rolling-shutter/rolling-shutter
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.21.4
46

57
require (
68
github.com/AdamSLevy/jsonrpc2/v14 v14.1.0
79
github.com/benbjohnson/clock v1.3.5
810
github.com/bitwurx/jrpc2 v0.0.0-20220302204700-52c6dbbeb536
911
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
1113
github.com/getkin/kin-openapi v0.87.0
1214
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
1416
github.com/google/uuid v1.3.0
1517
github.com/ipfs/go-log/v2 v2.5.1
1618
github.com/jackc/pgconn v1.14.1
@@ -26,7 +28,7 @@ require (
2628
github.com/pkg/errors v0.9.1
2729
github.com/prometheus/client_golang v1.14.0
2830
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
3032
github.com/shutter-network/txtypes v0.1.0
3133
github.com/spf13/afero v1.8.2
3234
github.com/spf13/cobra v1.6.1
@@ -41,19 +43,19 @@ require (
4143
go.opentelemetry.io/otel/sdk/metric v0.37.0
4244
go.opentelemetry.io/otel/trace v1.14.0
4345
go.opentelemetry.io/proto/otlp v0.19.0
44-
golang.org/x/crypto v0.12.0
46+
golang.org/x/crypto v0.14.0
4547
golang.org/x/sync v0.3.0
4648
google.golang.org/protobuf v1.30.0
4749
gopkg.in/yaml.v3 v3.0.1
4850
gotest.tools v2.2.0+incompatible
49-
gotest.tools/v3 v3.2.0
51+
gotest.tools/v3 v3.5.1
5052
)
5153

5254
require (
5355
github.com/DataDog/zstd v1.5.2 // indirect
5456
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
5557
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
5759
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
5860
github.com/cespare/xxhash v1.1.0 // indirect
5961
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -219,8 +221,8 @@ require (
219221
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
220222
golang.org/x/mod v0.12.0 // indirect
221223
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
224226
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
225227
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
226228
google.golang.org/grpc v1.54.1 // indirect
@@ -231,3 +233,5 @@ require (
231233
)
232234

233235
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

Comments
 (0)