Skip to content

Commit 55344c0

Browse files
committed
vendor
1 parent 5c66cff commit 55344c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+10969
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ require (
149149
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
150150
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
151151
github.com/dimchansky/utfbom v1.1.1 // indirect
152+
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 // indirect
152153
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
153154
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
154155
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
@@ -199,6 +200,7 @@ require (
199200
github.com/json-iterator/go v1.1.12 // indirect
200201
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
201202
github.com/kr/fs v0.1.0 // indirect
203+
github.com/kr/text v0.2.0 // indirect
202204
github.com/kylelemons/godebug v1.1.0 // indirect
203205
github.com/leodido/go-urn v1.2.3 // indirect
204206
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDD
266266
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
267267
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
268268
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
269+
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02 h1:tR3jsKPiO/mb6ntzk/dJlHZtm37CPfVp1C9KIo534+4=
270+
github.com/dougm/pretty v0.0.0-20171025230240-2ee9d7453c02/go.mod h1:7NQ3kWOx2cZOSjtcveTa5nqupVr2s6/83sG+rTlI7uA=
269271
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
270272
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
271273
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=

vendor/github.com/dougm/pretty/.gitignore

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

vendor/github.com/dougm/pretty/License

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

vendor/github.com/dougm/pretty/Readme

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

vendor/github.com/dougm/pretty/diff.go

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

0 commit comments

Comments
 (0)