module github.com/c3sr/config go 1.15 require ( cloud.google.com/go v0.76.0 cloud.google.com/go/firestore v1.4.0 // indirect github.com/GeertJohan/go-sourcepath v0.0.0-20150925135350-83e8b8723a9b github.com/GeertJohan/go.rice v1.0.2 github.com/armon/go-metrics v0.3.6 github.com/bketelsen/crypt v0.0.3 github.com/c3sr/utils v1.0.0 github.com/c3sr/vipertags v1.0.0 github.com/cheekybits/genny v1.0.0 github.com/coreos/etcd v3.3.25+incompatible // indirect github.com/coreos/go-semver v0.3.0 github.com/daaku/go.zipexe v1.0.1 github.com/davecgh/go-spew v1.1.1 github.com/fatih/color v1.10.0 github.com/fatih/structs v1.1.0 github.com/fsnotify/fsnotify v1.4.9 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e github.com/golang/protobuf v1.4.3 github.com/google/go-cmp v0.5.4 github.com/hashicorp/consul v1.8.5 github.com/hashicorp/consul/api v1.8.1 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-hclog v0.15.0 github.com/hashicorp/go-immutable-radix v1.3.0 github.com/hashicorp/go-rootcerts v1.0.2 github.com/hashicorp/golang-lru v0.5.4 github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/serf v0.9.5 github.com/joho/godotenv v1.3.0 github.com/json-iterator/go v1.1.10 github.com/jstemmer/go-junit-report v0.9.1 github.com/k0kubun/pp/v3 v3.0.7 github.com/magiconair/properties v1.8.4 github.com/mattn/go-colorable v0.1.8 github.com/mattn/go-isatty v0.0.12 github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.4.1 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd github.com/modern-go/reflect2 v1.0.1 github.com/pelletier/go-toml v1.8.1 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/sirupsen/logrus v1.7.0 github.com/spf13/afero v1.5.1 github.com/spf13/cast v1.3.1 github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 github.com/subosito/gotenv v1.2.0 github.com/unknwon/com v1.0.1 go.opencensus.io v0.22.6 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 golang.org/x/mod v0.4.1 golang.org/x/net v0.0.0-20210119194325-5f4716e94777 golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c golang.org/x/text v0.3.5 golang.org/x/tools v0.1.0 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 google.golang.org/api v0.39.0 google.golang.org/appengine v1.6.7 google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea google.golang.org/grpc v1.35.0 google.golang.org/protobuf v1.25.0 gopkg.in/ini.v1 v1.62.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b )