mirror of
https://github.com/spf13/viper
synced 2025-05-15 00:27:18 +00:00
fsnotify 1.4.9 github.com/magiconair/properties 1.8.5 github.com/mitchellh/mapstructure 1.4.1 github.com/pelletier/go-toml 1.9.0 github.com/spf13/afero 1.6.0 github.com/spf13/cast 1.3.1 github.com/spf13/jwalterweatherman 1.1.0 github.com/spf13/pflag 1.0.5 github.com/stretchr/testify 1.7.0 gopkg.in/ini.v1 1.62.0 gopkg.in/yaml.v2 2.4.0
27 lines
987 B
Modula-2
27 lines
987 B
Modula-2
module github.com/spf13/viper
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c
|
|
github.com/coreos/bbolt v1.3.2 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/magiconair/properties v1.8.5
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/pelletier/go-toml v1.9.0
|
|
github.com/prometheus/client_golang v1.10.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
github.com/spf13/afero v1.6.0
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/subosito/gotenv v1.2.0
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|