Skip to content

Commit d8d3350

Browse files
committed
Bump golang deps
1 parent 7702ed2 commit d8d3350

2 files changed

Lines changed: 1349 additions & 16 deletions

File tree

go.mod

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,40 @@ require (
88
github.com/btcsuite/goleveldb v1.0.0
99
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
1010
github.com/btcsuite/winsvc v1.0.0
11+
github.com/bufbuild/buf v0.37.0 // indirect
12+
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
1113
github.com/davecgh/go-spew v1.1.1
12-
github.com/dchest/siphash v1.2.2
14+
github.com/dchest/siphash v1.2.3
1315
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
1416
github.com/gcash/bchutil v0.0.0-20210113190856-6ea28dff4000
15-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
16-
github.com/golang/protobuf v1.5.2
17+
github.com/golang/glog v1.1.1
18+
github.com/golang/protobuf v1.5.3
1719
github.com/gorilla/mux v1.8.0
20+
github.com/gorilla/websocket v1.5.0 // indirect
1821
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
19-
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
20-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
21-
github.com/improbable-eng/grpc-web v0.13.0
22-
github.com/jessevdk/go-flags v0.0.0-20181221193153-c0795c8afcf4
22+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
23+
github.com/improbable-eng/grpc-web v0.15.0
24+
github.com/jessevdk/go-flags v1.5.0
2325
github.com/jrick/logrotate v1.0.0
26+
github.com/klauspost/compress v1.16.5 // indirect
2427
github.com/kr/text v0.2.0 // indirect
2528
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2629
github.com/nxadm/tail v1.4.8 // indirect
2730
github.com/onsi/ginkgo v1.15.0 // indirect
2831
github.com/onsi/gomega v1.10.5 // indirect
29-
github.com/prometheus/client_golang v1.11.1
30-
github.com/simpleledgerinc/goslp v0.0.0-20210310142058-5920ead5c7a0
32+
github.com/prometheus/client_golang v1.15.1
33+
github.com/prometheus/common v0.43.0 // indirect
34+
github.com/rs/cors v1.9.0 // indirect
35+
github.com/simpleledgerinc/goslp v0.0.0-20210423125905-3c2e5f2ef33f
36+
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
3137
github.com/xeipuuv/gojsonschema v1.2.0
3238
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1
33-
golang.org/x/crypto v0.1.0
34-
golang.org/x/net v0.7.0
35-
golang.org/x/text v0.7.0
36-
google.golang.org/genproto v0.0.0-20210521181308-5ccab8a35a9a // indirect
37-
google.golang.org/grpc v1.38.0
38-
google.golang.org/protobuf v1.26.0
39-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
39+
golang.org/x/crypto v0.9.0
40+
golang.org/x/net v0.10.0
41+
golang.org/x/text v0.9.0
42+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
43+
google.golang.org/grpc v1.55.0
44+
google.golang.org/protobuf v1.30.0
4045
gopkg.in/yaml.v2 v2.4.0 // indirect
46+
nhooyr.io/websocket v1.8.7 // indirect
4147
)

0 commit comments

Comments
 (0)