You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nacos-viper-remote/go.mod

9 lines
146 B
Modula-2

2 years ago
module git.echol.cn/loser/nacos-viper-remote
go 1.14
require (
2 years ago
github.com/nacos-group/nacos-sdk-go/v2 v2.0.0
github.com/spf13/viper v1.10.1
)