gitlab.dev.zniis.ru/tools/viper@v1.7.2/go.mod (about)

     1  module gitlab.dev.zniis.ru/tools/viper
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/bketelsen/crypt v0.0.3
     7  	github.com/coreos/bbolt v1.3.2 // indirect
     8  	github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
     9  	github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
    10  	github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
    11  	github.com/dustin/go-humanize v1.0.0 // indirect
    12  	github.com/fsnotify/fsnotify v1.4.9
    13  	github.com/gogo/protobuf v1.2.1 // indirect
    14  	github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
    15  	github.com/google/uuid v1.1.2 // indirect
    16  	github.com/gorilla/websocket v1.4.2 // indirect
    17  	github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
    18  	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
    19  	github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
    20  	github.com/hashicorp/hcl v1.0.0
    21  	github.com/jonboulle/clockwork v0.1.0 // indirect
    22  	github.com/magiconair/properties v1.8.2
    23  	github.com/mitchellh/mapstructure v1.3.3
    24  	github.com/pelletier/go-toml v1.8.1
    25  	github.com/prometheus/client_golang v0.9.3 // indirect
    26  	github.com/smartystreets/goconvey v1.6.4 // indirect
    27  	github.com/soheilhy/cmux v0.1.4 // indirect
    28  	github.com/spf13/afero v1.3.5
    29  	github.com/spf13/cast v1.3.1
    30  	github.com/spf13/jwalterweatherman v1.1.0
    31  	github.com/spf13/pflag v1.0.5
    32  	github.com/stretchr/testify v1.4.0
    33  	github.com/subosito/gotenv v1.2.0
    34  	github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
    35  	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
    36  	go.etcd.io/bbolt v1.3.2 // indirect
    37  	go.etcd.io/etcd v3.3.25+incompatible // indirect
    38  	go.uber.org/zap v1.16.0 // indirect
    39  	golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
    40  	gopkg.in/ini.v1 v1.61.0
    41  	gopkg.in/yaml.v2 v2.3.0
    42  	sigs.k8s.io/yaml v1.2.0 // indirect
    43  )