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.
22 lines
652 B
22 lines
652 B
module github.com/go-kratos/kratos/contrib/config/polaris/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.4.0
|
|
github.com/polarismesh/polaris-go v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/prometheus/client_golang v1.12.2 // indirect
|
|
github.com/prometheus/common v0.35.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../../
|
|
|