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

Bump google.golang.org/api from 0.44.0 to 0.111.0 #133

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
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bketelsen/crypt
go 1.12

require (
cloud.google.com/go/firestore v1.1.0
cloud.google.com/go/firestore v1.9.0
github.com/armon/go-metrics v0.3.9 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/hashicorp/consul/api v1.11.0
Expand All @@ -14,8 +14,7 @@ require (
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
go.etcd.io/etcd/client/v2 v2.305.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3 // indirect
google.golang.org/api v0.44.0
google.golang.org/grpc v1.41.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
google.golang.org/api v0.111.0
google.golang.org/grpc v1.53.0
)
Loading