Skip to content

Commit

Permalink
Revert to json-patch 4.12.0
Browse files Browse the repository at this point in the history
Kubernetes-commit: 8c7c4f3fc4dcabb1ab2c004b42ff91ebf2e78ede
  • Loading branch information
liggitt authored and k8s-publishing-bot committed Aug 31, 2023
1 parent 3735a00 commit efed843
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 23 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/coreos/go-systemd/v22 v22.5.0
github.com/emicklei/go-restful/v3 v3.9.0
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/fsnotify/fsnotify v1.6.0
github.com/gogo/protobuf v1.3.2
github.com/google/cel-go v0.16.0
Expand Down Expand Up @@ -41,12 +41,12 @@ require (
google.golang.org/protobuf v1.30.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20230810043511-ac599493ec9f
k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba
k8s.io/client-go v0.0.0-20230810043511-fe76ecc1225a
k8s.io/component-base v0.0.0-20230807211239-8d0fca983746
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/klog/v2 v2.100.1
k8s.io/kms v0.0.0-20230807211640-7eb4af68137b
k8s.io/kms v0.0.0
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2
Expand Down Expand Up @@ -126,9 +126,10 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230810043511-ac599493ec9f
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230807201834-4b14f804a0ba
k8s.io/client-go => k8s.io/client-go v0.0.0-20230810043511-fe76ecc1225a
k8s.io/component-base => k8s.io/component-base v0.0.0-20230807211239-8d0fca983746
k8s.io/kms => k8s.io/kms v0.0.0-20230807211640-7eb4af68137b
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/apiserver => ../apiserver
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kms => ../kms
)
Loading

0 comments on commit efed843

Please sign in to comment.