Skip to content

Commit

Permalink
update web3 import (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored and treeder committed Aug 30, 2019
1 parent d1ec44f commit 537dc11
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion cmd/gofs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (
"time"

"github.com/alecthomas/units"
"github.com/gochain-io/web3"
"github.com/gochain/gochain/v3/common"
"github.com/gochain/gochain/v3/core/types"
"github.com/gochain/gochain/v3/crypto"
"github.com/gochain/gofs"
"github.com/gochain/web3"
cid "github.com/ipfs/go-cid"
"github.com/urfave/cli"
)
Expand Down
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ 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/web3 v0.1.2
github.com/gochain/gochain/v3 v3.2.9
github.com/gochain/web3 v0.1.10
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.21.0
)
Loading

0 comments on commit 537dc11

Please sign in to comment.