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

fix: update dependencies to latest versions #1581

Merged
merged 1 commit into from
Dec 19, 2022
Merged
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: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/GoogleCloudPlatform/cloudsql-proxy
go 1.16

require (
cloud.google.com/go/compute/metadata v0.2.1
cloud.google.com/go/compute/metadata v0.2.2
github.com/coreos/go-systemd/v22 v22.5.0
github.com/go-sql-driver/mysql v1.6.0
github.com/go-sql-driver/mysql v1.7.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hanwen/go-fuse/v2 v2.1.0
github.com/hanwen/go-fuse/v2 v2.2.0
github.com/jackc/pgx/v4 v4.17.2
github.com/lib/pq v1.10.7
github.com/microsoft/go-mssqldb v0.17.0
go.uber.org/zap v1.23.0
github.com/microsoft/go-mssqldb v0.18.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/sys v0.0.0-20220731174439-a90be440212d
golang.org/x/time v0.2.0
google.golang.org/api v0.103.0
golang.org/x/time v0.3.0
google.golang.org/api v0.104.0
)
Loading