Skip to content

Commit

Permalink
Update module cloud.google.com/go/firestore to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 5ac2807 commit 4286506
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/mpppk/iroha
go 1.12

require (
cloud.google.com/go v0.86.0
cloud.google.com/go/firestore v1.1.0
cloud.google.com/go/storage v1.10.0
cloud.google.com/go v0.104.0
cloud.google.com/go/firestore v1.8.0
cloud.google.com/go/storage v1.23.0
firebase.google.com/go v3.13.0+incompatible
github.com/blang/semver v3.8.0+incompatible
github.com/hashicorp/golang-lru v0.5.1 // indirect
Expand All @@ -16,6 +16,6 @@ require (
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.8.1
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.50.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
google.golang.org/api v0.98.0
)

0 comments on commit 4286506

Please sign in to comment.