-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
31 lines (29 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
module github.com/dcos/dcos-ui-update-service
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d
github.com/dcos/dcos-go v0.0.0-20181019125502-5f6f91b575d8
github.com/google/go-cmp v0.2.0
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/ivpusic/go-clicolor v0.0.0-20150828210804-23f0b77f328a // indirect
github.com/ivpusic/golog v0.0.0-20170608213328-28640bee649f // indirect
github.com/ivpusic/rerun v0.0.0-20170331080801-adc8acf1481b // indirect
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/pkg/errors v0.8.0
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/afero v1.1.2
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.2.2
github.com/tidwall/gjson v1.1.3
github.com/tidwall/match v0.0.0-20171002075945-1731857f09b1 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/square/go-jose.v2 v2.1.9 // indirect
)
go 1.13