-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 2.38 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 gitlab.com/systemz/aimpanel2
go 1.12
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/hcsshim v0.8.9 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alexandrevicenzi/go-sse v0.0.0-20191008221740-c629c4a96646
github.com/aporeto-inc/go-ipset v1.5.3-0.20200404011611-ee48e4a898a6
github.com/arduino/go-apt-client v0.0.0-20190812130613-5613f843fdc8
github.com/badoux/checkmail v0.0.0-20181210160741-9661bd69e9ad // indirect
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200731103033-88820a4793ea+incompatible
github.com/docker/go-connections v0.4.0
github.com/go-acme/lego/v4 v4.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis/v8 v8.0.0-beta.7
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gomodule/redigo v1.8.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200209144316-f9cef593def5 // indirect
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jinzhu/gorm v1.9.11
github.com/jpillora/backoff v1.0.0
github.com/klauspost/pgzip v1.2.1
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/r3labs/sse v0.0.0-20191214223212-f0cc80f53f80
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.7.0
github.com/shirou/gopsutil v2.19.11+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/softbrewery/gojoi v0.0.0-20180423202125-34d5e1054ec7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/throttled/throttled v2.2.4+incompatible
github.com/vjeantet/grok v1.0.0
go.mongodb.org/mongo-driver v1.3.3
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/text v0.3.3 // indirect
)