File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ require (
215
215
github.com/docker/docker v23.0.3+incompatible // indirect
216
216
github.com/docker/go-connections v0.4.0 // indirect
217
217
github.com/docker/go-units v0.5.0 // indirect
218
- github.com/dustin/go-humanize v1.0.1 // indirect
218
+ github.com/dustin/go-humanize v1.0.1
219
219
github.com/elastic/go-windows v1.0.0 // indirect
220
220
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
221
221
github.com/ghodss/yaml v1.0.0 // indirect
@@ -352,12 +352,14 @@ require (
352
352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353
353
)
354
354
355
- require github.com/gobwas/httphead v0.1.0
355
+ require (
356
+ github.com/dave/dst v0.27.2
357
+ github.com/gobwas/httphead v0.1.0
358
+ )
356
359
357
360
require (
358
361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359
362
github.com/cloudflare/circl v1.3.3 // indirect
360
- github.com/dave/dst v0.27.2 // indirect
361
363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362
364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363
365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
230
230
github.com/daixiang0/gci v0.2.9 /go.mod h1:+4dZ7TISfSmqfAGv59ePaHfNzgGtIkHAhhdKggP1JAc =
231
231
github.com/dave/dst v0.27.2 h1:4Y5VFTkhGLC1oddtNwuxxe36pnyLxMFXT51FOzH8Ekc =
232
232
github.com/dave/dst v0.27.2 /go.mod h1:jHh6EOibnHgcUW3WjKHisiooEkYwqpHLBSX1iOBhEyc =
233
+ github.com/dave/jennifer v1.5.0 h1:HmgPN93bVDpkQyYbqhCHj5QlgvUkvEOzMyEvKLgCRrg =
233
234
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
234
235
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
235
236
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments