Skip to content

Commit 13f4442

Browse files
authored
Merge pull request #41 from onflow/bastian/fix-dependencies
2 parents 7b6316a + 0d730bb commit 13f4442

File tree

2 files changed

+4
-84
lines changed

2 files changed

+4
-84
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/onflow/flowkit/v2
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
@@ -98,7 +98,7 @@ require (
9898
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
9999
github.com/inconshreveable/mousetrap v1.1.0 // indirect
100100
github.com/ipfs/bbloom v0.0.4 // indirect
101-
github.com/ipfs/boxo v0.19.0 // indirect
101+
github.com/ipfs/boxo v0.17.1-0.20240131173518-89bceff34bf1 // indirect
102102
github.com/ipfs/go-block-format v0.2.0 // indirect
103103
github.com/ipfs/go-cid v0.4.1 // indirect
104104
github.com/ipfs/go-datastore v0.6.0 // indirect

0 commit comments

Comments
 (0)