-
Notifications
You must be signed in to change notification settings - Fork 197
PMM-14577 Fix CVEs. #4848
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
PMM-14577 Fix CVEs. #4848
Changes from 28 commits
ba0b3e5
c5386a3
fc26b21
a20fc08
3e3e2a6
ed75fe6
a404867
00f1e8e
a387acf
b19a95c
189dac1
19c5960
a12355a
d0409e1
e80d20c
fae4faf
39dc201
2d4cad8
c8f614f
10b71cc
418db88
21f44f0
f355d1b
ea0da7b
344f26a
d533bc5
97657f9
4136744
b7513a9
bbaf475
18d9d7a
df2fb0d
db10f7e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,13 +5,11 @@ go 1.25.5 | |
| // Update saas with | ||
| // go get -v github.com/percona/saas@latest | ||
|
|
||
| replace github.com/grpc-ecosystem/go-grpc-prometheus => github.com/Percona-Lab/go-grpc-prometheus v0.0.0-20230116133345-3487748d4592 | ||
| replace github.com/go-openapi/spec => github.com/JiriCtvrtka/spec v0.0.0-20251222101011-485c12f10ee3 | ||
|
||
|
|
||
| replace github.com/go-openapi/spec => github.com/Percona-Lab/spec v0.21.0-percona | ||
| replace github.com/alecthomas/kingpin/v2 => github.com/Percona-Lab/kingpin/v2 v2.0.0-20251219125400-95ff74a47c0a | ||
|
|
||
| replace github.com/alecthomas/kingpin/v2 => github.com/Percona-Lab/kingpin/v2 v2.4.0-percona | ||
JiriCtvrtka marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| replace golang.org/x/crypto => github.com/percona-lab/crypto v0.0.0-20231108144114-756dfb24eaf2 | ||
| replace golang.org/x/crypto => github.com/percona-lab/crypto v0.0.0-20251219125031-82d8ba2cda22 | ||
|
||
|
|
||
| require ( | ||
| github.com/AlekSi/pointer v1.2.0 | ||
|
|
@@ -45,7 +43,7 @@ require ( | |
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 | ||
| github.com/hashicorp/go-version v1.8.0 | ||
| github.com/hashicorp/raft v1.7.0 | ||
| github.com/hashicorp/raft v1.7.3 | ||
| github.com/jmoiron/sqlx v1.4.0 | ||
| github.com/jotaen/kong-completion v0.0.5 | ||
| github.com/lib/pq v1.10.9 | ||
|
|
@@ -101,24 +99,25 @@ require ( | |
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/conv v0.25.1 // indirect | ||
| github.com/go-openapi/swag/conv v0.25.4 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.1 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/loading v0.25.1 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.4 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/loading v0.25.4 // indirect | ||
| github.com/go-openapi/swag/mangling v0.25.1 // indirect | ||
| github.com/go-openapi/swag/netutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.25.1 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.25.4 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||
| github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a // indirect | ||
| github.com/golang-jwt/jwt/v5 v5.3.0 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/btree v1.0.1 // indirect | ||
| github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect | ||
| github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
| github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect | ||
| github.com/hashicorp/go-metrics v0.5.4 // indirect | ||
| github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect | ||
| github.com/kr/fs v0.1.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/miekg/dns v1.1.68 // indirect | ||
|
|
@@ -152,8 +151,8 @@ require ( | |
| github.com/go-faster/city v1.0.1 // indirect | ||
| github.com/go-faster/errors v0.7.1 // indirect | ||
| github.com/go-openapi/analysis v0.24.0 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.1 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.2 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.4 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.4 // indirect | ||
| github.com/go-openapi/loads v0.23.1 // indirect | ||
| github.com/go-openapi/spec v0.22.0 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
|
|
@@ -181,7 +180,7 @@ require ( | |
| github.com/pierrec/lz4/v4 v4.1.22 // indirect | ||
| github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/procfs v0.16.1 // indirect | ||
| github.com/prometheus/procfs v0.19.2 // indirect | ||
| github.com/rs/xid v1.5.0 // indirect | ||
| github.com/segmentio/asm v1.2.1 // indirect | ||
| github.com/shopspring/decimal v1.4.0 // indirect | ||
|
|
||
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.