-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.86 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
module github.com/sjtug/lug
go 1.15
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/ant0ine/go-json-rest v3.3.2-0.20160607055910-3a807d6d8d36+incompatible
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/cheshir/logrustash v0.0.0-20180131101810-4729f73fb7d4
github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
github.com/dustin/go-humanize v0.0.0-20160721065113-2fcb5204cdc6
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/magiconair/properties v1.7.5-0.20171031211101-49d762b9817b // indirect
github.com/mattn/goveralls v0.0.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.9.0-pre1
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20180110214958-89604d197083 // indirect
github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7 // indirect
github.com/sirupsen/logrus v1.0.5-0.20180228220133-f4ee69125072
github.com/spf13/afero v1.0.3-0.20180211162714-bbf41cb36dff // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v1.0.0
github.com/stretchr/testify v1.1.4-0.20160615092844-d77da356e56a
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)