This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
forked from yandex/pandora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (44 loc) · 2.02 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
37
38
39
40
41
42
43
44
45
module github.com/yandex/pandora
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20171111151018-521b25f4b05f
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4
github.com/fatih/structs v1.0.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-playground/locales v0.11.2 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/json-iterator/go v0.0.0-20180214060632-e7c7f3b33712
github.com/kr/pretty v0.1.0 // indirect
github.com/magiconair/properties v1.7.6
github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
github.com/onsi/ginkgo v1.4.0
github.com/onsi/gomega v1.3.0
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/ffjson v0.0.0-20171002144729-d49c2bc1aa13
github.com/spf13/afero v1.0.2
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/spf13/viper v1.0.0
github.com/stretchr/objx v0.1.0 // indirect
github.com/stretchr/testify v1.2.1
github.com/uber-go/atomic v1.3.0
go.uber.org/atomic v1.3.1
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.7.1
golang.org/x/net v0.0.0-20190311183353-d8887717615a
gopkg.in/bluesuncorp/validator.v9 v9.10.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.0.0 // indirect
)