vendor/github.com/spf13/viper/go.mod
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
child 256 6d9efbef00a9
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
     1 module github.com/spf13/viper
     1 module github.com/spf13/viper
     2 
     2 
       
     3 go 1.12
       
     4 
     3 require (
     5 require (
       
     6 	github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
       
     7 	github.com/coreos/bbolt v1.3.2 // indirect
       
     8 	github.com/coreos/etcd v3.3.10+incompatible // indirect
       
     9 	github.com/coreos/go-semver v0.2.0 // indirect
       
    10 	github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
       
    11 	github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
       
    12 	github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
     4 	github.com/fsnotify/fsnotify v1.4.7
    13 	github.com/fsnotify/fsnotify v1.4.7
       
    14 	github.com/gogo/protobuf v1.2.1 // indirect
       
    15 	github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
       
    16 	github.com/google/btree v1.0.0 // indirect
       
    17 	github.com/gorilla/websocket v1.4.0 // indirect
       
    18 	github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
       
    19 	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
       
    20 	github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
     5 	github.com/hashicorp/hcl v1.0.0
    21 	github.com/hashicorp/hcl v1.0.0
     6 	github.com/magiconair/properties v1.8.0
    22 	github.com/jonboulle/clockwork v0.1.0 // indirect
     7 	github.com/mitchellh/mapstructure v1.0.0
    23 	github.com/magiconair/properties v1.8.1
       
    24 	github.com/mitchellh/mapstructure v1.1.2
     8 	github.com/pelletier/go-toml v1.2.0
    25 	github.com/pelletier/go-toml v1.2.0
       
    26 	github.com/prometheus/client_golang v0.9.3 // indirect
       
    27 	github.com/smartystreets/goconvey v1.6.4 // indirect
       
    28 	github.com/soheilhy/cmux v0.1.4 // indirect
     9 	github.com/spf13/afero v1.1.2
    29 	github.com/spf13/afero v1.1.2
    10 	github.com/spf13/cast v1.2.0
    30 	github.com/spf13/cast v1.3.0
    11 	github.com/spf13/jwalterweatherman v1.0.0
    31 	github.com/spf13/jwalterweatherman v1.0.0
    12 	github.com/spf13/pflag v1.0.2
    32 	github.com/spf13/pflag v1.0.3
    13 	golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992 // indirect
    33 	github.com/stretchr/testify v1.2.2
    14 	golang.org/x/text v0.3.0 // indirect
    34 	github.com/subosito/gotenv v1.2.0
    15 	gopkg.in/yaml.v2 v2.2.1
    35 	github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
       
    36 	github.com/ugorji/go v1.1.4 // indirect
       
    37 	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
       
    38 	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
       
    39 	go.etcd.io/bbolt v1.3.2 // indirect
       
    40 	go.uber.org/atomic v1.4.0 // indirect
       
    41 	go.uber.org/multierr v1.1.0 // indirect
       
    42 	go.uber.org/zap v1.10.0 // indirect
       
    43 	golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
       
    44 	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
       
    45 	google.golang.org/grpc v1.21.0 // indirect
       
    46 	gopkg.in/ini.v1 v1.51.0
       
    47 	gopkg.in/yaml.v2 v2.2.4
    16 )
    48 )