diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-04-14 16:54:42 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-04-14 16:54:42 +0200 |
commit | 67a0eb7111d3f89e4a0cb21e43aefe6d87d37e04 (patch) | |
tree | c9b18e0da6e06ac165a485ee957b7850adb12e86 /vendor/modules.txt | |
parent | 2e8f2a2e8e83fd89f956cdde886d5d9d808132da (diff) |
[pkg] go mod vendor to build debian/ubuntu packages
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..0b4e9d2 --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,68 @@ +# 0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2 +## explicit +0xacab.org/leap/shapeshifter +# github.com/OperatorFoundation/obfs4 v0.0.0-20161108041644-17f2cb99c264 +## explicit +github.com/OperatorFoundation/obfs4/common/csrand +github.com/OperatorFoundation/obfs4/common/drbg +github.com/OperatorFoundation/obfs4/common/ntor +github.com/OperatorFoundation/obfs4/common/probdist +github.com/OperatorFoundation/obfs4/common/replayfilter +# github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0 +## explicit +github.com/OperatorFoundation/shapeshifter-ipc +# github.com/OperatorFoundation/shapeshifter-transports v0.0.0-20191101030951-7a751b0500f4 +## explicit +github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4 +github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/framing +# github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a +## explicit +github.com/ProtonMail/go-autostart +# github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 +## explicit +github.com/agl/ed25519/edwards25519 +github.com/agl/ed25519/extra25519 +# github.com/apparentlymart/go-openvpn-mgmt v0.0.0-20161009010951-9a305aecd7f2 +## explicit +github.com/apparentlymart/go-openvpn-mgmt/demux +github.com/apparentlymart/go-openvpn-mgmt/openvpn +# github.com/dchest/siphash v1.2.1 +## explicit +github.com/dchest/siphash +# github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 +## explicit +github.com/kardianos/osext +# github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 +## explicit +github.com/keybase/go-ps +github.com/keybase/go-ps/darwincgo +# github.com/rakyll/statik v0.1.7 +## explicit +github.com/rakyll/statik/fs +# github.com/sevlyar/go-daemon v0.1.5 +## explicit +github.com/sevlyar/go-daemon +# github.com/stretchr/testify v1.3.0 +## explicit +# golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 +## explicit +golang.org/x/crypto/curve25519 +golang.org/x/crypto/hkdf +golang.org/x/crypto/internal/subtle +golang.org/x/crypto/nacl/secretbox +golang.org/x/crypto/poly1305 +golang.org/x/crypto/salsa20/salsa +# golang.org/x/net v0.0.0-20200226121028-0de0cce0169b +## explicit +golang.org/x/net/internal/socks +golang.org/x/net/proxy +# golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 +## explicit +golang.org/x/sys/cpu +golang.org/x/sys/unix +golang.org/x/sys/windows +golang.org/x/sys/windows/registry +golang.org/x/sys/windows/svc +golang.org/x/sys/windows/svc/debug +golang.org/x/sys/windows/svc/eventlog +golang.org/x/sys/windows/svc/mgr |