nacos-viper-remote/go.mod

9 lines
145 B
Modula-2
Raw Normal View History

2021-04-29 19:54:59 +08:00
module github.com/yoyofxteam/nacos-viper-remote
go 1.14
require (
github.com/nacos-group/nacos-sdk-go v1.0.7
2021-06-28 11:58:11 +08:00
github.com/spf13/viper v1.8.1
2021-04-29 19:54:59 +08:00
)