Skip to content

Commit 013362a

Browse files
committed
Bump flow-go & flow-go-sdk dependencies
1 parent e2d4c40 commit 013362a

File tree

2 files changed

+55
-48
lines changed

2 files changed

+55
-48
lines changed

go.mod

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ require (
1414
github.com/logrusorgru/aurora v2.0.3+incompatible
1515
github.com/onflow/cadence v0.42.0
1616
github.com/onflow/flow-archive v1.3.4-0.20230503192214-9e81e82d4dcc
17-
github.com/onflow/flow-go v0.32.1-0.20231009165946-259992f09ef0
18-
github.com/onflow/flow-go-sdk v0.41.10
17+
github.com/onflow/flow-go v0.32.2-0.20231017202518-0b275f42906c
18+
github.com/onflow/flow-go-sdk v0.41.11
1919
github.com/onflow/flow-go/crypto v0.24.9
2020
github.com/onflow/flow-nft/lib/go/contracts v1.1.0
21-
github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20230915140723-432828f7afb9
21+
github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20231017162044-5d0f9b6dfdb2
2222
github.com/onflow/nft-storefront/lib/go/contracts v0.0.0-20221222181731-14b90207cead
2323
github.com/prometheus/client_golang v1.16.0
2424
github.com/psiemens/graceland v1.0.0
@@ -27,7 +27,7 @@ require (
2727
github.com/spf13/cobra v1.7.0
2828
github.com/stretchr/testify v1.8.4
2929
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
30-
google.golang.org/grpc v1.56.1
30+
google.golang.org/grpc v1.58.3
3131
)
3232

3333
require (
@@ -54,7 +54,7 @@ require (
5454
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5555
github.com/dustin/go-humanize v1.0.1 // indirect
5656
github.com/ef-ds/deque v1.0.4 // indirect
57-
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
57+
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
5858
github.com/ethereum/go-ethereum v1.9.13 // indirect
5959
github.com/fsnotify/fsnotify v1.6.0 // indirect
6060
github.com/fxamacker/circlehash v0.3.0 // indirect
@@ -167,18 +167,20 @@ require (
167167
go.uber.org/atomic v1.11.0 // indirect
168168
go.uber.org/multierr v1.11.0 // indirect
169169
go.uber.org/zap v1.24.0 // indirect
170-
golang.org/x/crypto v0.10.0 // indirect
171-
golang.org/x/net v0.10.0 // indirect
172-
golang.org/x/sync v0.2.0 // indirect
173-
golang.org/x/sys v0.9.0 // indirect
174-
golang.org/x/term v0.9.0 // indirect
175-
golang.org/x/text v0.10.0 // indirect
170+
golang.org/x/crypto v0.11.0 // indirect
171+
golang.org/x/net v0.12.0 // indirect
172+
golang.org/x/sync v0.3.0 // indirect
173+
golang.org/x/sys v0.10.0 // indirect
174+
golang.org/x/term v0.10.0 // indirect
175+
golang.org/x/text v0.11.0 // indirect
176176
golang.org/x/time v0.1.0 // indirect
177177
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
178178
gonum.org/v1/gonum v0.13.0 // indirect
179179
google.golang.org/appengine v1.6.7 // indirect
180-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
181-
google.golang.org/protobuf v1.30.0 // indirect
180+
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
181+
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
182+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
183+
google.golang.org/protobuf v1.31.0 // indirect
182184
gopkg.in/ini.v1 v1.67.0 // indirect
183185
gopkg.in/yaml.v3 v3.0.1 // indirect
184186
lukechampine.com/blake3 v1.2.1 // indirect

0 commit comments

Comments
 (0)