Skip to content

Commit

Permalink
dep resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 21, 2023
1 parent e4d4bed commit 22dda3c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 862 deletions.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,10 @@ require (

replace github.com/onflow/flow-cli/flowkit => ./flowkit

replace github.com/onflow/flow-go/crypto => github.com/onflow/flow-go/crypto v0.24.9
replace (
github.com/onflow/flow-core-contracts/lib/go/contracts => github.com/onflow/flow-core-contracts/lib/go/contracts v0.15.0
github.com/onflow/flow-core-contracts/lib/go/templates => github.com/onflow/flow-core-contracts/lib/go/templates v0.15.0
github.com/onflow/flow-ft/lib/go/contracts => github.com/onflow/flow-ft/lib/go/contracts v0.7.0
github.com/onflow/flow-go/crypto => github.com/onflow/flow-go/crypto v0.24.9
github.com/onflow/flow-nft/lib/go/contracts => github.com/onflow/flow-nft/lib/go/contracts v1.1.0
)
Loading

0 comments on commit 22dda3c

Please sign in to comment.