Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go modules #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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