mirror of
https://github.com/go-kratos/kratos.git
synced 2025-11-06 08:59:18 +02:00
16 lines
298 B
Modula-2
16 lines
298 B
Modula-2
module github.com/go-kratos/kratos/contrib/config/apollo/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/apolloconfig/agollo/v4 v4.2.0
|
|
github.com/go-kratos/kratos/v2 v2.2.2
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/viper v1.11.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|