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 Jan 20, 2025
1 parent 2fcfc82 commit c4df782
Show file tree
Hide file tree
Showing 8 changed files with 2,027 additions and 1,146 deletions.
10 changes: 5 additions & 5 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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
github.com/cosi-project/runtime v0.9.0
github.com/cosi-project/runtime v0.9.1
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.18.0
github.com/gertd/go-pluralize v0.2.1
Expand All @@ -42,9 +42,9 @@ require (
golang.org/x/sync v0.10.0
golang.org/x/term v0.28.0
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.36.2
google.golang.org/protobuf v1.36.3
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 c4df782

Please sign in to comment.