forked from deviceplane/deviceplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 2.26 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/deviceplane/deviceplane
go 1.12
require (
github.com/DataDog/datadog-go v3.2.0+incompatible
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/apex/log v1.1.0
github.com/auth0-community/go-auth0 v1.0.1-0.20191119091237-b9b0f95be568
github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/fsnotify/fsnotify v1.4.7
github.com/function61/holepunch-server v0.0.0-20190515131118-6a4402002d39
github.com/gliderlabs/ssh v0.2.3-0.20190927203027-f6d256ee2510
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.1
github.com/gorilla/websocket v1.4.0
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/kr/pty v1.1.3
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/common v0.7.0
github.com/prometheus/node_exporter v0.18.1-0.20191116173252-c4c5f1f062b1
github.com/rakyll/statik v0.1.6
github.com/segmentio/conf v1.1.0
github.com/segmentio/ksuid v1.0.2
github.com/stretchr/testify v1.4.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
gopkg.in/square/go-jose.v2 v2.4.1
gopkg.in/yaml.v2 v2.2.2
)