Skip to content

Commit

Permalink
remove conflict on common and util
Browse files Browse the repository at this point in the history
  • Loading branch information
eledra89 committed Oct 25, 2019
1 parent 7cf46a8 commit df0f3e4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ module github.com/Akachain/akc-go-sdk

go 1.12

replace github.com/Akachain/akc-go-sdk/common v0.0.0 => ./common

replace github.com/Akachain/akc-go-sdk/util v0.0.0 => ./util

replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b

require (
github.com/Akachain/akc-go-sdk/akchtc v0.0.0-20190801094203-7616438f5374 // indirect
github.com/Akachain/akc-go-sdk/common v0.0.0
github.com/Akachain/akc-go-sdk/util v0.0.0
github.com/hyperledger/fabric v1.4.2
github.com/mitchellh/mapstructure v1.1.2
github.com/Akachain/akc-go-sdk/common v0.0.0-20191025071001-7cf46a80ab48
github.com/Akachain/akc-go-sdk/util v0.0.0-20191025071001-7cf46a80ab48
github.com/hyperledger/fabric v1.4.3
github.com/onsi/gomega v1.5.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
Expand Down

0 comments on commit df0f3e4

Please sign in to comment.