Skip to content

Commit

Permalink
update sdk and cadence deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Jan 25, 2024
1 parent d896d25 commit 4973179
Show file tree
Hide file tree
Showing 6 changed files with 3,332 additions and 403 deletions.
4 changes: 2 additions & 2 deletions lib/go/contracts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/onflow/flow-nft/lib/go/contracts
go 1.16

require (
github.com/kevinburke/go-bindata v3.22.0+incompatible
github.com/onflow/flow-go-sdk v0.44.0-stable-cadence.2.0.20240122164005-147ad40664ca
github.com/kevinburke/go-bindata v3.23.0+incompatible
github.com/onflow/flow-go-sdk v0.44.1-0.20240124213231-78d9f08eeae1
github.com/stretchr/testify v1.8.4
)
1,322 changes: 1,190 additions & 132 deletions lib/go/contracts/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/go/templates/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/onflow/flow-nft/lib/go/templates
go 1.16

require (
github.com/kevinburke/go-bindata v3.22.0+incompatible
github.com/onflow/flow-go-sdk v0.44.0-stable-cadence.2.0.20240122164005-147ad40664ca
github.com/kevinburke/go-bindata v3.23.0+incompatible
github.com/onflow/flow-go-sdk v0.44.1-0.20240124213231-78d9f08eeae1
github.com/stretchr/testify v1.8.4
)
Loading

0 comments on commit 4973179

Please sign in to comment.