FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloud-sql-proxy/go.mod at main · GoogleCloudPlatform/cloud-sql-proxy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GoogleCloudPlatform
/
cloud-sql-proxy
Public
Notifications
You must be signed in to change notification settings
Fork
353
Star
1.4k
Code
Issues
72
Pull requests
9
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cloud-sql-proxy
/
go.mod
Copy path
More file actions
More file actions
Latest commit
History
History
History
88 lines (85 loc) · 3.95 KB
Breadcrumbs
cloud-sql-proxy
/
go.mod
Copy path
File metadata and controls
88 lines (85 loc) · 3.95 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
module
github.com/GoogleCloudPlatform/cloud-sql-proxy/v2
go
1.25.8
require
(
cloud.google.com/go/cloudsqlconn
v1.25.2
contrib.go.opencensus.io/exporter/prometheus
v0.4.2
contrib.go.opencensus.io/exporter/stackdriver
v0.13.14
github.com/coreos/go-systemd/v22
v22.7.0
github.com/go-sql-driver/mysql
v1.10.0
github.com/google/go-cmp
v0.7.0
github.com/hanwen/go-fuse/v2
v2.11.0
github.com/jackc/pgx/v5
v5.10.0
github.com/microsoft/go-mssqldb
v1.11.0
github.com/spf13/cobra
v1.10.2
github.com/spf13/pflag
v1.0.10
github.com/spf13/viper
v1.21.0
go.opencensus.io
v0.24.0
golang.org/x/oauth2
v0.36.0
golang.org/x/sys
v0.47.0
google.golang.org/api
v0.294.0
google.golang.org/genproto/googleapis/rpc
v0.0.0-20260819154853-08b0e4226688
google.golang.org/grpc
v1.83.2
gopkg.in/natefinch/lumberjack.v2
v2.2.1
)
require
(
cloud.google.com/go/auth
v0.23.2
//
indirect
cloud.google.com/go/auth/oauth2adapt
v0.2.8
//
indirect
cloud.google.com/go/compute/metadata
v0.9.0
//
indirect
cloud.google.com/go/monitoring
v1.30.0
//
indirect
cloud.google.com/go/sql
v0.1.0
//
indirect
cloud.google.com/go/trace
v1.16.0
//
indirect
filippo.io/edwards25519
v1.2.0
//
indirect
github.com/aws/aws-sdk-go
v1.55.8
//
indirect
github.com/beorn7/perks
v1.0.1
//
indirect
github.com/census-instrumentation/opencensus-proto
v0.4.1
//
indirect
github.com/cespare/xxhash/v2
v2.3.0
//
indirect
github.com/cpuguy83/go-md2man/v2
v2.0.7
//
indirect
github.com/felixge/httpsnoop
v1.1.0
//
indirect
github.com/fsnotify/fsnotify
v1.10.1
//
indirect
github.com/go-logr/logr
v1.4.4
//
indirect
github.com/go-logr/stdr
v1.2.2
//
indirect
github.com/go-viper/mapstructure/v2
v2.5.0
//
indirect
github.com/golang-sql/civil
v0.0.0-20220223132316-b832511892a9
//
indirect
github.com/golang-sql/sqlexp
v0.1.0
//
indirect
github.com/golang/groupcache
v0.0.0-20241129210726-2c02b8208cf8
//
indirect
github.com/golang/protobuf
v1.5.4
//
indirect
github.com/google/s2a-go
v0.1.9
//
indirect
github.com/google/uuid
v1.6.0
//
indirect
github.com/googleapis/enterprise-certificate-proxy
v0.3.20
//
indirect
github.com/googleapis/gax-go/v2
v2.24.0
//
indirect
github.com/inconshreveable/mousetrap
v1.1.0
//
indirect
github.com/jackc/pgpassfile
v1.0.0
//
indirect
github.com/jackc/pgservicefile
v0.0.0-20240606120523-5a60cdf6a761
//
indirect
github.com/jackc/puddle/v2
v2.2.2
//
indirect
github.com/jmespath/go-jmespath
v0.4.0
//
indirect
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822
//
indirect
github.com/pelletier/go-toml/v2
v2.4.3
//
indirect
github.com/prometheus/client_golang
v1.24.1
//
indirect
github.com/prometheus/client_model
v0.6.2
//
indirect
github.com/prometheus/common
v0.70.1
//
indirect
github.com/prometheus/procfs
v0.21.1
//
indirect
github.com/prometheus/prometheus
v0.314.0
//
indirect
github.com/prometheus/statsd_exporter
v0.30.0
//
indirect
github.com/russross/blackfriday/v2
v2.1.0
//
indirect
github.com/sagikazarmark/locafero
v0.12.0
//
indirect
github.com/shopspring/decimal
v1.4.0
//
indirect
github.com/spf13/afero
v1.15.0
//
indirect
github.com/spf13/cast
v1.10.0
//
indirect
github.com/subosito/gotenv
v1.6.0
//
indirect
go.opentelemetry.io/auto/sdk
v1.2.1
//
indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
v0.69.0
//
indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
v0.69.0
//
indirect
go.opentelemetry.io/otel
v1.44.0
//
indirect
go.opentelemetry.io/otel/metric
v1.44.0
//
indirect
go.opentelemetry.io/otel/trace
v1.44.0
//
indirect
go.yaml.in/yaml/v2
v2.4.4
//
indirect
go.yaml.in/yaml/v3
v3.0.5
//
indirect
golang.org/x/crypto
v0.55.0
//
indirect
golang.org/x/net
v0.58.0
//
indirect
golang.org/x/sync
v0.22.0
//
indirect
golang.org/x/text
v0.41.0
//
indirect
golang.org/x/time
v0.15.0
//
indirect
google.golang.org/genproto
v0.0.0-20260723164925-7274b71286bd
//
indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20260724162435-b2f20204f0df
//
indirect
google.golang.org/protobuf
v1.36.12
//
indirect
)
Back
|
FazBrowse Home
|
New Git URL