Skip to content

Commit

Permalink
fix(deps): update module cloud.google.com/go/datastore to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2023
1 parent ea7865e commit e1c374d
Show file tree
Hide file tree
Showing 2 changed files with 1,342 additions and 9 deletions.
12 changes: 3 additions & 9 deletions api-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ module github.com/api7/contributor-graph/api
go 1.15

require (
cloud.google.com/go/datastore v1.5.0
cloud.google.com/go/storage v1.14.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/go-cmp v0.5.6 // indirect
cloud.google.com/go/datastore v1.15.0
cloud.google.com/go/storage v1.30.1
github.com/google/go-github/v33 v33.0.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/schollz/progressbar/v3 v3.8.3
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/api v0.41.0 // indirect
google.golang.org/genproto v0.0.0-20210309190941-1aeedc14537d // indirect
golang.org/x/oauth2 v0.8.0
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit e1c374d

Please sign in to comment.