cloudflare-docs/tools/go.mod
dependabot[bot] a0aa8fbc44
Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (#14304)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 12:19:57 -05:00

16 lines
426 B
Modula-2

module github.com/cloudflare/cloudflare-docs/tools
go 1.20
require (
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)