-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
33 lines (31 loc) · 1.34 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
module github.com/haveachin/infrared
go 1.16
require (
github.com/Lukaesebrot/mojango v0.0.0-20200623100037-76cbec69139f
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/cloudflare/tableflip v1.2.3
github.com/containerd/containerd v1.4.3 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.3+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/go-redis/redis/v8 v8.11.4
github.com/gofrs/uuid v4.0.0+incompatible
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
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/oschwald/geoip2-golang v1.6.1
github.com/pires/go-proxyproto v0.6.1
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/grpc v1.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3 // indirect
)