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 cloud.google.com/go/firestore from 1.2.0 to 1.7.0 #134

Closed
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
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ module github.com/uclaacm/teach-la-go-backend
go 1.14

require (
cloud.google.com/go v0.61.0 // indirect
cloud.google.com/go/firestore v1.2.0
cloud.google.com/go/firestore v1.7.0
firebase.google.com/go v3.13.0+incompatible
github.com/google/uuid v1.1.1
github.com/google/uuid v1.3.0
github.com/heroku/x v0.0.25
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.7.2
Expand All @@ -16,12 +15,9 @@ require (
github.com/stretchr/testify v1.7.0
github.com/uclaacm/teach-la-go-backend-tinycrypt v1.0.0
github.com/urfave/cli/v2 v2.11.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/tools v0.0.0-20200725200936-102e7d357031 // indirect
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200724131911-43cab4749ae7 // indirect
google.golang.org/grpc v1.30.0
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
google.golang.org/api v0.96.0
google.golang.org/grpc v1.49.0
)

replace github.com/joho/godotenv => github.com/x1unix/godotenv v1.3.1-0.20200910042738-acd8c1e858a6
Loading