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.
 
 
 
 
kratos/contrib/config/apollo/go.mod

18 lines
471 B

module github.com/go-kratos/kratos/contrib/config/apollo/v2
go 1.16
require (
github.com/apolloconfig/agollo/v4 v4.1.0
github.com/go-kratos/kratos/v2 v2.2.2
)
require (
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/viper v1.10.1 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
replace github.com/go-kratos/kratos/v2 => ../../../