Skip to content

Commit

Permalink
Update onflow/flow-go module to latest master commit with cadence v0.…
Browse files Browse the repository at this point in the history
…42.0
  • Loading branch information
m-Peter committed Oct 11, 2023
1 parent 0cce6b2 commit 7c52b63
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 6 deletions.
5 changes: 3 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/onflow/cadence v0.42.0
github.com/onflow/flow-emulator v0.54.2-0.20230928194031-75caeb6a3378
github.com/onflow/flow-go v0.31.1-0.20230901090702-eeeef3a7bd58
github.com/onflow/flow-go v0.32.1-0.20231009165946-259992f09ef0
github.com/onflow/flow-go-sdk v0.41.10
github.com/rs/zerolog v1.29.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -44,6 +44,7 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
Expand Down Expand Up @@ -89,7 +90,7 @@ require (
github.com/onflow/flow-ft/lib/go/contracts v0.7.0 // indirect
github.com/onflow/flow-go/crypto v0.24.9 // indirect
github.com/onflow/flow-nft/lib/go/contracts v1.1.0 // indirect
github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20230628215638-83439d22e0ce // indirect
github.com/onflow/flow/protobuf/go/flow v0.3.2-0.20230915140723-432828f7afb9 // indirect
github.com/onflow/nft-storefront/lib/go/contracts v0.0.0-20221222181731-14b90207cead // indirect
github.com/onflow/sdks v0.5.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
Expand Down
Loading

0 comments on commit 7c52b63

Please sign in to comment.