This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
240 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,9 @@ script: | |
|
||
cache: | ||
directories: | ||
- $GOPATH/src/gx | ||
- $GOPATH/pkg/mod | ||
|
||
notifications: | ||
email: false | ||
|
||
env: GO111MODULE=on |
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,10 +1,2 @@ | ||
gx: | ||
go get github.com/whyrusleeping/gx | ||
go get github.com/whyrusleeping/gx-go | ||
|
||
deps: gx | ||
gx --verbose install --global | ||
gx-go rewrite | ||
|
||
publish: | ||
gx-go rewrite --undo | ||
deps: | ||
env GO111MODULE=on go mod download |
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 +1,3 @@ | ||
golang() | ||
golang( | ||
dep: "go-mod" | ||
) |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
module github.com/libp2p/go-libp2p-circuit/v3 | ||
|
||
require ( | ||
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect | ||
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d // indirect | ||
github.com/coreos/go-semver v0.2.0 // indirect | ||
github.com/gogo/protobuf v1.2.0 | ||
github.com/google/uuid v1.1.0 // indirect | ||
github.com/ipfs/go-log v1.5.7 | ||
github.com/jbenet/go-randbuf v0.0.0-20160322125720-674640a50e6a // indirect | ||
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2 // indirect | ||
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 // indirect | ||
github.com/libp2p/go-addr-util v2.0.7+incompatible // indirect | ||
github.com/libp2p/go-buffer-pool v0.1.1 // indirect | ||
github.com/libp2p/go-conn-security v0.1.15 // indirect | ||
github.com/libp2p/go-conn-security-multistream v0.1.15 // indirect | ||
github.com/libp2p/go-flow-metrics v0.2.0 // indirect | ||
github.com/libp2p/go-libp2p-blankhost v0.3.15 | ||
github.com/libp2p/go-libp2p-crypto v2.0.1+incompatible // indirect | ||
github.com/libp2p/go-libp2p-host v3.0.15+incompatible | ||
github.com/libp2p/go-libp2p-interface-connmgr v0.0.21 // indirect | ||
github.com/libp2p/go-libp2p-interface-pnet v3.0.0+incompatible // indirect | ||
github.com/libp2p/go-libp2p-loggables v1.1.24 // indirect | ||
github.com/libp2p/go-libp2p-metrics v2.1.7+incompatible // indirect | ||
github.com/libp2p/go-libp2p-net v3.0.15+incompatible | ||
github.com/libp2p/go-libp2p-peer v2.4.0+incompatible | ||
github.com/libp2p/go-libp2p-peerstore v2.0.6+incompatible | ||
github.com/libp2p/go-libp2p-protocol v1.0.0 // indirect | ||
github.com/libp2p/go-libp2p-secio v2.0.17+incompatible // indirect | ||
github.com/libp2p/go-libp2p-swarm v3.0.22+incompatible | ||
github.com/libp2p/go-libp2p-transport v3.0.15+incompatible | ||
github.com/libp2p/go-libp2p-transport-upgrader v0.1.16 | ||
github.com/libp2p/go-maddr-filter v1.1.10 // indirect | ||
github.com/libp2p/go-mplex v0.2.30 // indirect | ||
github.com/libp2p/go-msgio v0.0.6 // indirect | ||
github.com/libp2p/go-reuseport-transport v0.2.0 // indirect | ||
github.com/libp2p/go-stream-muxer v3.0.1+incompatible // indirect | ||
github.com/libp2p/go-tcp-transport v2.0.16+incompatible // indirect | ||
github.com/libp2p/go-testutil v1.2.10 // indirect | ||
github.com/minio/sha256-simd v0.0.0-20190117184323-cc1980cb0338 // indirect | ||
github.com/multiformats/go-multiaddr v1.4.0 | ||
github.com/multiformats/go-multiaddr-net v1.7.1 | ||
github.com/multiformats/go-multistream v0.3.9 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible // indirect | ||
github.com/whyrusleeping/go-smux-multistream v2.0.2+incompatible // indirect | ||
github.com/whyrusleeping/go-smux-yamux v2.0.8+incompatible // indirect | ||
github.com/whyrusleeping/mafmt v1.2.8 // indirect | ||
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7 // indirect | ||
github.com/whyrusleeping/yamux v1.1.2 // indirect | ||
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b // indirect | ||
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect | ||
) |
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
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
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