Skip to content

Commit

Permalink
Update all dependencies, Go version, and module name
Browse files Browse the repository at this point in the history
  • Loading branch information
wdq committed Jun 25, 2024
1 parent 78ed2ec commit e6ef64a
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 769 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @getflywheel/platform
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Summary

Summary of changes in pull request.

## Technical

The technical details of this PR.

## How was this tested?

What was used to test these changes to make sure it works? If the
tests can be found else where, mention where they can be found. If
the changes can't be tested, try to explain why here.

## Notes

Any notes that need to be mentioned. Also include any related PRs
or Confluence docs here.
39 changes: 31 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
module github.com/libdns/googleclouddns
module github.com/getflywheel/libdns-googleclouddns

go 1.15
go 1.21

require (
cloud.google.com/go v0.104.0
github.com/libdns/libdns v0.2.1
golang.org/x/oauth2 v0.1.0
google.golang.org/api v0.100.0
cloud.google.com/go v0.115.0
github.com/libdns/libdns v0.2.2
golang.org/x/oauth2 v0.21.0
google.golang.org/api v0.185.0
)

require (
cloud.google.com/go/auth v0.5.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/martian/v3 v3.3.2 // indirect
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/martian/v3 v3.3.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
Loading

0 comments on commit e6ef64a

Please sign in to comment.