micro-network-transport-http/go.mod
dependabot[bot] 7233da6eb2
Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 19:15:31 +00:00

9 lines
137 B
Modula-2

module go.unistack.org/micro-network-transport-http/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.10.14
golang.org/x/net v0.7.0
)