Skip to content

Commit

Permalink
Remove stale k8s.io/* deps in go.mod (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Feb 28, 2024
1 parent 0de4585 commit c4dfc62
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 128 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ironcore-dev/gardener-extension-provider-ironcore

go 1.22
go 1.22.0

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down Expand Up @@ -38,8 +38,6 @@ require (
sigs.k8s.io/yaml v1.4.0
)

replace k8s.io/client-go => k8s.io/client-go v0.28.3

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
Expand Down
Loading

0 comments on commit c4dfc62

Please sign in to comment.