Skip to content

Commit 9a82882

Browse files
committed
update go.mod
1 parent 78f76e7 commit 9a82882

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ require (
215215
github.com/docker/docker v23.0.3+incompatible // indirect
216216
github.com/docker/go-connections v0.4.0 // indirect
217217
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
219219
github.com/elastic/go-windows v1.0.0 // indirect
220220
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
221221
github.com/ghodss/yaml v1.0.0 // indirect
@@ -352,12 +352,14 @@ require (
352352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353353
)
354354

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+
)
356359

357360
require (
358361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359362
github.com/cloudflare/circl v1.3.3 // indirect
360-
github.com/dave/dst v0.27.2 // indirect
361363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
230230
github.com/daixiang0/gci v0.2.9/go.mod h1:+4dZ7TISfSmqfAGv59ePaHfNzgGtIkHAhhdKggP1JAc=
231231
github.com/dave/dst v0.27.2 h1:4Y5VFTkhGLC1oddtNwuxxe36pnyLxMFXT51FOzH8Ekc=
232232
github.com/dave/dst v0.27.2/go.mod h1:jHh6EOibnHgcUW3WjKHisiooEkYwqpHLBSX1iOBhEyc=
233+
github.com/dave/jennifer v1.5.0 h1:HmgPN93bVDpkQyYbqhCHj5QlgvUkvEOzMyEvKLgCRrg=
233234
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
234235
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
235236
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)