Skip to content

Commit

Permalink
Bump google.golang.org/api from 0.40.0 to 0.213.0 in /go
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.40.0 to 0.213.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.40.0...v0.213.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 83b708d commit 3cf8958
Show file tree
Hide file tree
Showing 2 changed files with 3,471 additions and 137 deletions.
22 changes: 11 additions & 11 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/replicate/keepsake/go
go 1.13

require (
cloud.google.com/go/storage v1.14.0
cloud.google.com/go/storage v1.43.0
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
github.com/aws/aws-sdk-go v1.37.26
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.4
github.com/golangci/golangci-lint v1.38.0
github.com/hashicorp/go-uuid v1.0.2
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-isatty v0.0.19
github.com/mholt/archiver/v3 v3.3.3-0.20201013044347-a9434fffa1d1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-wordwrap v1.0.1
Expand All @@ -25,15 +25,15 @@ require (
github.com/segmentio/analytics-go v3.1.0+incompatible
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.9.0
github.com/xeonx/timeago v1.0.0-rc4
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/tools v0.1.0
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
golang.org/x/oauth2 v0.24.0
golang.org/x/sync v0.10.0
golang.org/x/tools v0.24.0
google.golang.org/api v0.213.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.2
gotest.tools/gotestsum v0.6.0
)
Loading

0 comments on commit 3cf8958

Please sign in to comment.