diff --git a/client/go.mod b/client/go.mod index f7457d0b..b08f6409 100644 --- a/client/go.mod +++ b/client/go.mod @@ -5,13 +5,13 @@ go 1.23.3 replace ( // forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes // which are then encoded as a valid YAML blocks with proper indentiation - gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c + gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0 // our fork for tcpproxy with fixes inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 ) require ( - github.com/ProtonMail/gopenpgp/v2 v2.8.1 + github.com/ProtonMail/gopenpgp/v3 v3.1.0 github.com/adrg/xdg v0.5.3 github.com/blang/semver v3.5.1+incompatible github.com/blang/semver/v4 v4.0.0 diff --git a/go.mod b/go.mod index 518840ce..958c6109 100644 --- a/go.mod +++ b/go.mod @@ -7,12 +7,12 @@ replace ( github.com/siderolabs/omni/client => ./client // forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes // which are then encoded as a valid YAML blocks with proper indentiation - gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c + gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0 ) require ( filippo.io/age v1.2.0 - github.com/ProtonMail/gopenpgp/v2 v2.8.1 + github.com/ProtonMail/gopenpgp/v3 v3.1.0 github.com/adrg/xdg v0.5.3 github.com/akutz/memconn v0.1.1-0.20211110233653-dae351d188b3 github.com/auth0/go-jwt-middleware/v2 v2.2.2 @@ -36,11 +36,11 @@ require ( github.com/gertd/go-pluralize v0.2.1 github.com/go-jose/go-jose/v4 v4.0.4 github.com/go-logr/zapr v1.3.0 - github.com/golang-jwt/jwt/v4 v4.5.1 + github.com/golang-jwt/jwt/v5 v5.2.1 github.com/google/go-cmp v0.6.0 github.com/google/go-containerregistry v0.20.2 github.com/google/uuid v1.6.0 - github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 + github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 github.com/hashicorp/go-cleanhttp v0.5.2 @@ -56,7 +56,7 @@ require ( github.com/mattn/go-shellwords v1.0.12 github.com/prometheus/client_golang v1.20.5 github.com/prometheus/common v0.60.1 - github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 + github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 github.com/siderolabs/crypto v0.5.1 github.com/siderolabs/discovery-api v0.1.5 github.com/siderolabs/discovery-client v0.1.10