File tree Expand file tree Collapse file tree 3 files changed +42
-8
lines changed Expand file tree Collapse file tree 3 files changed +42
-8
lines changed Original file line number Diff line number Diff line change 1
1
os :
2
2
- linux
3
3
4
- sudo : true
5
-
6
4
language : go
7
5
8
6
go :
9
- - 1.11
7
+ - 1.11.x
8
+
9
+ env :
10
+ global :
11
+ - GOTFLAGS="-race"
12
+ matrix :
13
+ - BUILD_DEPTYPE=gx
14
+ - BUILD_DEPTYPE=gomod
15
+
10
16
17
+ # disable travis install
11
18
install :
12
- - make deps
19
+ - true
13
20
14
21
script :
15
22
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
16
23
24
+
17
25
cache :
18
- directories :
19
- - $GOPATH/src/gx
26
+ directories :
27
+ - $GOPATH/src/gx
28
+ - $GOPATH/pkg/mod
29
+ - /home/travis/.cache/go-build
20
30
21
31
notifications :
22
32
email : false
23
-
24
- env : GOTFLAGS="-race"
Original file line number Diff line number Diff line change
1
+ module github.com/multiformats/go-multiaddr-net
2
+
3
+ require (
4
+ github.com/multiformats/go-multiaddr v0.0.1
5
+ github.com/multiformats/go-multiaddr-dns v0.0.1
6
+ )
Original file line number Diff line number Diff line change
1
+ github.com/gxed/hashland/keccakpg v0.0.1 h1:wrk3uMNaMxbXiHibbPO4S0ymqJMm41WiudyFSs7UnsU =
2
+ github.com/gxed/hashland/keccakpg v0.0.1 /go.mod h1:kRzw3HkwxFU1mpmPP8v1WyQzwdGfmKFJ6tItnhQ67kU =
3
+ github.com/gxed/hashland/murmur3 v0.0.1 h1:SheiaIt0sda5K+8FLz952/1iWS9zrnKsEJaOJu4ZbSc =
4
+ github.com/gxed/hashland/murmur3 v0.0.1 /go.mod h1:KjXop02n4/ckmZSnY2+HKcLud/tcmvhST0bie/0lS48 =
5
+ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 h1:lYpkrQH5ajf0OXOcUbGjvZxxijuBwbbmlSxLiuofa+g =
6
+ github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 /go.mod h1:pD8RvIylQ358TN4wwqatJ8rNavkEINozVn9DtGI3dfQ =
7
+ github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 h1:5W7KhL8HVF3XCFOweFD3BNESdnO8ewyYTFT2R+/b8FQ =
8
+ github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 /go.mod h1:2FMWW+8GMoPweT6+pI63m9YE3Lmw4J71hV56Chs1E/U =
9
+ github.com/mr-tron/base58 v1.1.0 h1:Y51FGVJ91WBqCEabAi5OPUz38eAx8DakuAm5svLcsfQ =
10
+ github.com/mr-tron/base58 v1.1.0 /go.mod h1:xcD2VGqlgYjBdcBLw+TuYLr8afG+Hj8g2eTVqeSzSU8 =
11
+ github.com/multiformats/go-multiaddr v0.0.1 h1:/QUV3VBMDI6pi6xfiw7lr6xhDWWvQKn9udPn68kLSdY =
12
+ github.com/multiformats/go-multiaddr v0.0.1 /go.mod h1:xKVEak1K9cS1VdmPZW3LSIb6lgmoS58qz/pzqmAxV44 =
13
+ github.com/multiformats/go-multiaddr-dns v0.0.1 h1:jQt9c6tDSdQLIlBo4tXYx7QUHCPjxsB1zXcag/2S7zc =
14
+ github.com/multiformats/go-multiaddr-dns v0.0.1 /go.mod h1:9kWcqw/Pj6FwxAwW38n/9403szc57zJPs45fmnznu3Q =
15
+ github.com/multiformats/go-multihash v0.0.1 h1:HHwN1K12I+XllBCrqKnhX949Orn4oawPkegHMu2vDqQ =
16
+ github.com/multiformats/go-multihash v0.0.1 /go.mod h1:w/5tugSrLEbWqlcgJabL3oHFKTwfvkofsjW2Qa1ct4U =
17
+ golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 h1:ng3VDlRp5/DHpSWl02R4rM9I+8M2rhmsuLwAMmkLQWE =
18
+ golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
19
+ golang.org/x/sys v0.0.0-20190219092855-153ac476189d h1:Z0Ahzd7HltpJtjAHHxX8QFP3j1yYgiuvjbjRzDj/KH0 =
20
+ golang.org/x/sys v0.0.0-20190219092855-153ac476189d /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments