Skip to content

Commit

Permalink
Update go modules
Browse files Browse the repository at this point in the history
This change was generated by running `go get -u` and `go mod tidy`.
  • Loading branch information
nharper committed Jun 5, 2023
1 parent aaf5f3e commit 8090705
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 45 deletions.
28 changes: 6 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,11 @@ module github.com/chromium/hstspreload.org
go 1.15

require (
cloud.google.com/go/datastore v1.8.0
github.com/chromium/hstspreload v0.0.0-20220201002458-2f7d9e63b849
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
google.golang.org/api v0.91.0
google.golang.org/grpc v1.48.0
cloud.google.com/go/datastore v1.11.0
github.com/chromium/hstspreload v0.0.0-20230601210012-99f45f11d9af
golang.org/x/net v0.10.0
google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
)

require (
cloud.google.com/go v0.102.1 // indirect
cloud.google.com/go/compute v1.7.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
require cloud.google.com/go/compute v1.20.0 // indirect
Loading

0 comments on commit 8090705

Please sign in to comment.