We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b6316a + 0d730bb commit 13f4442Copy full SHA for 13f4442
go.mod
@@ -1,6 +1,6 @@
1
module github.com/onflow/flowkit/v2
2
3
-go 1.21
+go 1.20
4
5
require (
6
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
@@ -98,7 +98,7 @@ require (
98
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
99
github.com/inconshreveable/mousetrap v1.1.0 // indirect
100
github.com/ipfs/bbloom v0.0.4 // indirect
101
- github.com/ipfs/boxo v0.19.0 // indirect
+ github.com/ipfs/boxo v0.17.1-0.20240131173518-89bceff34bf1 // indirect
102
github.com/ipfs/go-block-format v0.2.0 // indirect
103
github.com/ipfs/go-cid v0.4.1 // indirect
104
github.com/ipfs/go-datastore v0.6.0 // indirect
0 commit comments