Vasiliy Tolstov
c36b9e002f
Some checks failed
codeql / analyze (go) (pull_request) Failing after 3m20s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 1m29s
prbuild / lint (pull_request) Failing after 2m41s
autoapprove / autoapprove (pull_request) Failing after 1m25s
automerge / automerge (pull_request) Failing after 4s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
17 lines
357 B
Modula-2
17 lines
357 B
Modula-2
module go.unistack.org/micro-config-service/v4
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/imdario/mergo v0.3.16
|
|
go.unistack.org/micro-server-http/v4 v4.0.10
|
|
go.unistack.org/micro/v4 v4.0.6
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
)
|