forked from lalamove/konfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (41 loc) · 1.64 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
module github.com/lalamove/konfig
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/etcd v3.3.10+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/francoispqt/gojay v0.0.0-20181220093123-f2cc13a668ca
github.com/go-test/deep v1.0.1
github.com/gogo/protobuf v1.2.0
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/hashicorp/consul v1.4.1
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-retryablehttp v0.5.0
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90
github.com/hashicorp/go-sockaddr v1.0.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/serf v0.8.2 // indirect
github.com/hashicorp/vault v1.0.1
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/lalamove/nui v0.0.4
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/radovskyb/watcher v1.0.5
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.3.0
go.etcd.io/etcd v3.3.10+incompatible
golang.org/x/net v0.0.0-20190110200230-915654e7eabc
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb
golang.org/x/text v0.3.0
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
google.golang.org/genproto v0.0.0-20190110221437-6909d8a4a91b
google.golang.org/grpc v1.17.0
gopkg.in/yaml.v2 v2.2.2
)