Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
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/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/dcos/dcos-go v0.0.0-20181019125502-5f6f91b575d8
github.com/google/go-cmp v0.2.0
github.com/google/go-cmp v0.3.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/pkg/errors v0.8.1
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/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0
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
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/square/go-jose.v2 v2.1.9 // indirect
)
Expand Down
Loading