-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
24 lines (23 loc) · 1.14 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
module github.com/Confbase/cfg
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Confbase/cfgd v0.0.0-20190130055607-10221a888074
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/go-redis/redis v6.15.1+incompatible // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/pelletier/go-toml v0.0.0-20180323185243-66540cf1fcd2 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/spf13/afero v1.1.0 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.3 // 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-20190129210102-ccddf3741a0c
golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect
golang.org/x/text v0.0.0-20180511172408-5c1cf69b5978 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)