-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
32 lines (30 loc) · 1.52 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
module github.com/dcos/dcos-check-runner
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/coreos/go-systemd v0.0.0-20180705093442-88bfeed483d3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dcos/dcos-go v0.0.0-20180528140539-401ceabc5679
github.com/felixge/httpsnoop v1.0.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20180605211556-cb4698366aa6
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pelletier/go-toml v0.0.0-20180703183337-603baefff989 // indirect
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
github.com/sirupsen/logrus v0.0.0-20180702055518-e54a77765aca
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v0.0.0-20180601132542-3ebe029320b2 // indirect
github.com/spf13/viper v0.0.0-20180507071007-15738813a09d
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)