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

build(deps): bump the go_modules group with 3 updates #22

Open
wants to merge 1 commit into
base: master
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,24 @@ module github.com/google/goblet
go 1.12

require (
cloud.google.com/go v0.86.0
cloud.google.com/go/logging v1.4.2
cloud.google.com/go/storage v1.16.0
cloud.google.com/go/errorreporting v0.3.0
cloud.google.com/go/logging v1.7.0
cloud.google.com/go/storage v1.29.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect
github.com/aws/aws-sdk-go v1.30.7 // indirect
github.com/aws/aws-sdk-go v1.34.0 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gitprotocolio v0.0.0-20210704173409-b5a56823ae52
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/api v0.50.0
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f
google.golang.org/grpc v1.39.0
go.opencensus.io v0.24.0
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
)
Loading