2022-05-13 16:47:58 +08:00
|
|
|
module github.com/Echo7659/nacos-viper-remote
|
2021-04-29 19:54:59 +08:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2022-05-13 16:47:58 +08:00
|
|
|
github.com/nacos-group/nacos-sdk-go/v2 v2.0.0
|
|
|
|
github.com/spf13/viper v1.10.1
|
2021-04-29 19:54:59 +08:00
|
|
|
)
|