Files
micro-config-service/go.mod
dependabot[bot] 6493223c29
Some checks failed
coverage / build (push) Failing after 3m44s
test / test (push) Successful in 11m5s
sync / sync (push) Has been cancelled
Bump golang.org/x/net from 0.37.0 to 0.38.0 (#143)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 21:41:56 +03:00

25 lines
700 B
Modula-2

module go.unistack.org/micro-config-service/v4
go 1.22.0
toolchain go1.24.1
require (
dario.cat/mergo v1.0.1
go.unistack.org/micro/v4 v4.1.3
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
go.unistack.org/micro-proto/v4 v4.1.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)