Skip to content

Commit

Permalink
import the Flow Fungible Token contract
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Sep 18, 2020
1 parent 09c4cc2 commit 2a20e4e
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 8 deletions.
8 changes: 1 addition & 7 deletions lib/go/contracts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ module github.com/onflow/flow-core-contracts/lib/go/contracts
go 1.14

require (
github.com/kevinburke/go-bindata v3.21.0+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onflow/flow-ft/lib/go/contracts v0.2.0
github.com/stretchr/testify v1.5.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts
Loading

0 comments on commit 2a20e4e

Please sign in to comment.