-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update imports and modules from gochain-io to gochain (#18)
- Loading branch information
Showing
7 changed files
with
87 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
module github.com/gochain-io/gofs | ||
module github.com/gochain/gofs | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf | ||
github.com/aristanetworks/goarista v0.0.0-20190319235110-489128639c40 // indirect | ||
github.com/gochain-io/gochain/v3 v3.1.14 | ||
github.com/gochain-io/web3 v0.1.2 | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/gochain/gochain/v3 v3.2.9 | ||
github.com/ipfs/go-cid v0.0.1 | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/urfave/cli v1.20.0 | ||
go.opencensus.io v0.19.1 // indirect | ||
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect | ||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect | ||
golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745 // indirect | ||
github.com/urfave/cli v1.21.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters