Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiDiachuk committed Oct 1, 2024
2 parents fd78184 + 49af12a commit d77226e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/onflow/cadence v1.0.0
github.com/onflow/crypto v0.25.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.3.1
github.com/onflow/flow-go v0.38.0-preview.0
github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea
github.com/onflow/flow-go-sdk v1.0.0
github.com/onflow/flow-nft/lib/go/contracts v1.2.1
github.com/onflow/flow/protobuf/go/flow v0.4.7
Expand Down Expand Up @@ -237,4 +237,4 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/onflow/flow-go v0.38.0-preview.0 => github.com/AndriiDiachuk/flow-go v0.0.0-20240930093659-0268599f5840
replace github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea => github.com/AndriiDiachuk/flow-go v0.0.0-20240930093659-0268599f5840
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2061,6 +2061,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.0 h1:mToacZ5NWqtlWwk/7RgIl/jeKB/
github.com/onflow/flow-ft/lib/go/contracts v1.0.0/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
github.com/onflow/flow-ft/lib/go/templates v1.0.0 h1:6cMS/lUJJ17HjKBfMO/eh0GGvnpElPgBXx7h5aoWJhs=
github.com/onflow/flow-ft/lib/go/templates v1.0.0/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea h1:kgSS/PIKcjonpqgRsed2WevkyXaGX3ABSWwnwLgC7GA=
github.com/onflow/flow-go v0.38.0-preview.0.0.20240927175217-79d1fe66e7ea/go.mod h1:kdaRKWlvm1vC8Lhf2uI4XvDxS+AvfWvrWZr2CFOz8y8=
github.com/onflow/flow-go-sdk v1.0.0-M1/go.mod h1:TDW0MNuCs4SvqYRUzkbRnRmHQL1h4X8wURsCw9P9beo=
github.com/onflow/flow-go-sdk v1.0.0 h1:Ha4fQm1MMKsyaqMkQLCN3rA/yaQKG6DGwiIfx06j40c=
github.com/onflow/flow-go-sdk v1.0.0/go.mod h1:iZkW2IWieVUZKK06mQCxpjJzPDgS0VtGpTaP/rKu6J4=
Expand Down

0 comments on commit d77226e

Please sign in to comment.