本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.0KB

  1. module github.com/spf13/viper
  2. require (
  3. github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
  4. github.com/coreos/bbolt v1.3.2 // indirect
  5. github.com/coreos/etcd v3.3.10+incompatible // indirect
  6. github.com/coreos/go-semver v0.2.0 // indirect
  7. github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
  8. github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
  9. github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
  10. github.com/fsnotify/fsnotify v1.4.7
  11. github.com/gogo/protobuf v1.2.1 // indirect
  12. github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
  13. github.com/google/btree v1.0.0 // indirect
  14. github.com/gorilla/websocket v1.4.0 // indirect
  15. github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
  16. github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
  17. github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
  18. github.com/hashicorp/hcl v1.0.0
  19. github.com/jonboulle/clockwork v0.1.0 // indirect
  20. github.com/magiconair/properties v1.8.0
  21. github.com/mitchellh/mapstructure v1.1.2
  22. github.com/pelletier/go-toml v1.2.0
  23. github.com/prometheus/client_golang v0.9.3 // indirect
  24. github.com/soheilhy/cmux v0.1.4 // indirect
  25. github.com/spf13/afero v1.1.2
  26. github.com/spf13/cast v1.3.0
  27. github.com/spf13/jwalterweatherman v1.0.0
  28. github.com/spf13/pflag v1.0.3
  29. github.com/stretchr/testify v1.2.2
  30. github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
  31. github.com/ugorji/go v1.1.4 // indirect
  32. github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
  33. github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
  34. go.etcd.io/bbolt v1.3.2 // indirect
  35. go.uber.org/atomic v1.4.0 // indirect
  36. go.uber.org/multierr v1.1.0 // indirect
  37. go.uber.org/zap v1.10.0 // indirect
  38. golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
  39. golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
  40. google.golang.org/grpc v1.21.0 // indirect
  41. gopkg.in/yaml.v2 v2.2.2
  42. )
上海开阖软件有限公司 沪ICP备12045867号-1