-
- Downloads
[pkg] go mod tidy
... | ... | @@ -11,16 +11,14 @@ require ( |
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect | ||
github.com/apparentlymart/go-openvpn-mgmt v0.0.0-20161009010951-9a305aecd7f2 | ||
github.com/dchest/siphash v1.2.1 // indirect | ||
github.com/godoctor/godoctor v0.0.0-20181123222458-69df17f3a6f6 // indirect | ||
github.com/jmshal/go-locale v0.0.0-20190124211249-eb00fb25cc61 | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 | ||
github.com/rakyll/statik v0.1.7 | ||
github.com/sevlyar/go-daemon v0.1.5 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/willf/bitset v1.1.10 // indirect | ||
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect | ||
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect | ||
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/tools v0.0.0-20200427153019-a90b7300be7c // indirect | ||
) |
Please register or sign in to comment