Skip to content

Commit 9b0e21a

Browse files
upgraded golang.org/x/oauth2 v0.25.0 => v0.27.0
1 parent efe3a9a commit 9b0e21a

File tree

8 files changed

+27
-62
lines changed

8 files changed

+27
-62
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/docker/docker-credential-helpers v0.8.2 // indirect
9090
github.com/docker/go-connections v0.5.0 // indirect
9191
github.com/docker/go-units v0.5.0 // indirect
92-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
92+
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
9393
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
9494
github.com/fatih/color v1.18.0 // indirect
9595
github.com/felixge/httpsnoop v1.0.4 // indirect

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1449,8 +1449,8 @@ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3
14491449
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
14501450
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
14511451
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
1452-
github.com/emicklei/go-restful/v3 v3.12.1 h1:PJMDIM/ak7btuL8Ex0iYET9hxM3CI2sjZtzpL63nKAU=
1453-
github.com/emicklei/go-restful/v3 v3.12.1/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
1452+
github.com/emicklei/go-restful/v3 v3.11.2 h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU=
1453+
github.com/emicklei/go-restful/v3 v3.11.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
14541454
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
14551455
github.com/envoyproxy/go-control-plane v0.10.3/go.mod h1:fJJn/j26vwOu972OllsvAgJJM//w9BV6Fxbg2LuVd34=
14561456
github.com/envoyproxy/go-control-plane v0.11.0/go.mod h1:VnHyVMpzcLvCFt9yUz1UnCwHLhwx1WguiVDV7pTG/tI=

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

+1-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/github.com/emicklei/go-restful/v3/compress.go

-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/github.com/emicklei/go-restful/v3/curly.go

+20-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/github.com/emicklei/go-restful/v3/jsr311.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ github.com/docker/go-connections/tlsconfig
235235
# github.com/docker/go-units v0.5.0
236236
## explicit
237237
github.com/docker/go-units
238-
# github.com/emicklei/go-restful/v3 v3.12.1
238+
# github.com/emicklei/go-restful/v3 v3.11.2
239239
## explicit; go 1.13
240240
github.com/emicklei/go-restful/v3
241241
github.com/emicklei/go-restful/v3/log

0 commit comments

Comments
 (0)