mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
Introduces some automation to take the GitHub issue and sync it internally allowing us to map internal/external and track in both systems.
16 lines
425 B
Modula-2
16 lines
425 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.7.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|