Skip to content

Commit

Permalink
Merge pull request #41 from onflow/bastian/fix-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored May 2, 2024
2 parents 7b6316a + 0d730bb commit 13f4442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 84 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/onflow/flowkit/v2

go 1.21
go 1.20

require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
Expand Down Expand Up @@ -98,7 +98,7 @@ require (
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/boxo v0.19.0 // indirect
github.com/ipfs/boxo v0.17.1-0.20240131173518-89bceff34bf1 // indirect
github.com/ipfs/go-block-format v0.2.0 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/ipfs/go-datastore v0.6.0 // indirect
Expand Down
Loading

0 comments on commit 13f4442

Please sign in to comment.