mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
https://github.com/ugorji/go/issues/299 https://github.com/ugorji/go/issues/318 https://github.com/ugorji/go/pull/319
37 lines
1.5 KiB
Modula-2
37 lines
1.5 KiB
Modula-2
module github.com/DataDog/viper
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
|
github.com/coreos/etcd v3.3.10+incompatible // indirect
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
github.com/coreos/go-semver v0.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/pelletier/go-toml v1.2.0
|
|
github.com/prometheus/client_golang v1.4.1 // indirect
|
|
github.com/spf13/afero v1.1.2
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/jwalterweatherman v1.0.0
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
|
|
go.uber.org/zap v1.14.0 // indirect
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.5
|
|
)
|