40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module github.com/tx7do/kratos-bootstrap/remoteconfig/apollo
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
replace (
|
|
github.com/tx7do/kratos-bootstrap/api => ../../api
|
|
github.com/tx7do/kratos-bootstrap/utils => ../../utils
|
|
)
|
|
|
|
require (
|
|
github.com/apolloconfig/agollo/v4 v4.4.0
|
|
github.com/go-kratos/kratos/v2 v2.8.4
|
|
github.com/tx7do/kratos-bootstrap/api v0.0.21
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.9.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/cast v1.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/spf13/viper v1.20.1 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|