Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jan 19, 2021
1 parent f8f9d9a commit 09e2409
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 385 deletions.
1 change: 0 additions & 1 deletion lib/go/contracts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kevinburke/go-bindata v3.22.0+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onflow/flow-ft/lib/go/contracts v0.4.0
github.com/stretchr/testify v1.6.1
Expand Down
2 changes: 0 additions & 2 deletions lib/go/contracts/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/kevinburke/go-bindata v3.22.0+incompatible h1:/JmqEhIWQ7GRScV0WjX/0tqBrC5D21ALg0H0U/KZ/ts=
github.com/kevinburke/go-bindata v3.22.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down
6 changes: 0 additions & 6 deletions lib/go/templates/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
module github.com/onflow/flow-core-contracts/lib/go/templates

go 1.14

require (
github.com/kevinburke/go-bindata v3.22.0+incompatible // indirect
github.com/psiemens/sconfig v0.0.0-20190623041652-6e01eb1354fc // indirect
github.com/spf13/cobra v1.1.1 // indirect
)
Loading

0 comments on commit 09e2409

Please sign in to comment.