forked from GoogleCloudPlatform/cloud-sql-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 603 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/GoogleCloudPlatform/cloudsql-proxy
go 1.16
require (
cloud.google.com/go/compute v1.6.1
github.com/coreos/go-systemd/v22 v22.3.2
github.com/denisenkom/go-mssqldb v0.12.2
github.com/go-sql-driver/mysql v1.6.0
github.com/hanwen/go-fuse/v2 v2.1.0
github.com/jackc/pgx/v4 v4.16.1
github.com/lib/pq v1.10.6
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/time v0.0.0-20220411224347-583f2d630306
google.golang.org/api v0.82.0
)