Skip to content

Commit b89d554

Browse files
Update module github.com/emicklei/go-restful/v3 to v3.12.2
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 4578925 commit b89d554

File tree

7 files changed

+15
-23
lines changed

7 files changed

+15
-23
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ require (
2727
github.com/stretchr/testify v1.9.0
2828
golang.org/x/mod v0.21.0
2929
golang.org/x/net v0.28.0
30+
gopkg.in/yaml.v3 v3.0.1
3031
k8s.io/api v0.30.3
3132
k8s.io/apiextensions-apiserver v0.30.3
3233
k8s.io/apimachinery v0.30.3
@@ -54,7 +55,7 @@ require (
5455
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5556
github.com/dennwc/varint v1.0.0 // indirect
5657
github.com/edsrzf/mmap-go v1.1.0 // indirect
57-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
58+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
5859
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
5960
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
6061
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
@@ -141,7 +142,6 @@ require (
141142
gopkg.in/inf.v0 v0.9.1 // indirect
142143
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
143144
gopkg.in/yaml.v2 v2.4.0 // indirect
144-
gopkg.in/yaml.v3 v3.0.1 // indirect
145145
k8s.io/apiserver v0.30.3 // indirect
146146
k8s.io/klog/v2 v2.130.1 // indirect
147147
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
111111
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
112112
github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
113113
github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q=
114-
github.com/emicklei/go-restful/v3 v3.12.1 h1:PJMDIM/ak7btuL8Ex0iYET9hxM3CI2sjZtzpL63nKAU=
115-
github.com/emicklei/go-restful/v3 v3.12.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
114+
github.com/emicklei/go-restful/v3 v3.12.2 h1:DhwDP0vY3k8ZzE0RunuJy8GhNpPL6zqLkDf9B/a0/xU=
115+
github.com/emicklei/go-restful/v3 v3.12.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
116116
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
117117
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
118118
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/jsr311.go

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/route.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ github.com/dennwc/varint
155155
# github.com/edsrzf/mmap-go v1.1.0
156156
## explicit; go 1.17
157157
github.com/edsrzf/mmap-go
158-
# github.com/emicklei/go-restful/v3 v3.12.1
158+
# github.com/emicklei/go-restful/v3 v3.12.2
159159
## explicit; go 1.13
160160
github.com/emicklei/go-restful/v3
161161
github.com/emicklei/go-restful/v3/log

0 commit comments

Comments
 (0)