Skip to content

Commit

Permalink
Merge pull request #91 from kubewarden/updatecli_main_166a5703c336738…
Browse files Browse the repository at this point in the history
…5967dba81feafe6a23affcb71b79a70cdaf654a33cc886556

Update third_party directory with files from Kubernetes v1.31.1
  • Loading branch information
viccuad authored Sep 30, 2024
2 parents cfc3975 + 1887d0e commit ad3fbc3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ require (
github.com/kubewarden/policy-sdk-go v0.11.0
github.com/opencontainers/image-spec v1.1.0
github.com/stretchr/testify v1.9.0
k8s.io/apiserver v0.29.1
k8s.io/apiserver v1.31.1
)

replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3

replace k8s.io/apiserver v0.29.1 => ./third_party/k8s.io/apiserver/
replace (
k8s.io/apiserver v0.29.1 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.1 => ./third_party/k8s.io/apiserver/
)

replace k8s.io/apimachinery v0.29.1 => ./third_party/k8s.io/apimachinery/
replace (
k8s.io/apimachinery v0.29.1 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.1 => ./third_party/k8s.io/apimachinery/
)

require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Expand Down

0 comments on commit ad3fbc3

Please sign in to comment.