Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 2dc4dae commit fd5ebdc
Show file tree
Hide file tree
Showing 8 changed files with 2,176 additions and 1,733 deletions.
14 changes: 7 additions & 7 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.23.4
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.2
github.com/ProtonMail/gopenpgp/v3 v3.1.2
github.com/adrg/xdg v0.5.3
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
Expand All @@ -32,19 +32,19 @@ require (
github.com/siderolabs/go-api-signature v0.3.6
github.com/siderolabs/go-kubeconfig v0.1.0
github.com/siderolabs/go-pointer v1.0.0
github.com/siderolabs/image-factory v0.6.5
github.com/siderolabs/image-factory v0.6.7
github.com/siderolabs/proto-codec v0.1.2
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.0
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/xlab/treeprint v1.2.0
go.uber.org/zap v1.27.0
golang.org/x/sync v0.11.0
golang.org/x/term v0.28.0
golang.org/x/term v0.29.0
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
google.golang.org/protobuf v1.36.5
gopkg.in/yaml.v3 v3.0.1
k8s.io/client-go v0.32.0
k8s.io/client-go v0.32.1
)

require (
Expand Down
Loading

0 comments on commit fd5ebdc

Please sign in to comment.