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
147 B
Modula-2

2 years ago
module github.com/Echo7659/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
)