Skip to content

Commit 7985382

Browse files
committed
vendor: bump github.com/daixiang0/gci to 0.12.2
This version of gci supports go 1.22 standard libs.
1 parent 762b4ac commit 7985382

File tree

19 files changed

+1562
-65
lines changed

19 files changed

+1562
-65
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/containers/image/v5 v5.31.0
4141
github.com/coreos/ignition/v2 v2.20.0
4242
github.com/coreos/stream-metadata-go v0.1.8
43-
github.com/daixiang0/gci v0.10.1
43+
github.com/daixiang0/gci v0.12.2
4444
github.com/digitalocean/go-libvirt v0.0.0-20240220204746-fcabe97a6eed
4545
github.com/diskfs/go-diskfs v1.4.0
4646
github.com/form3tech-oss/jwt-go v3.2.3+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
247247
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
248248
github.com/creasty/defaults v1.5.2 h1:/VfB6uxpyp6h0fr7SPp7n8WJBoV8jfxQXPCnkVSjyls=
249249
github.com/creasty/defaults v1.5.2/go.mod h1:FPZ+Y0WNrbqOVw+c6av63eyHUAl6pMHZwqLPvXUZGfY=
250-
github.com/daixiang0/gci v0.10.1 h1:eheNA3ljF6SxnPD/vE4lCBusVHmV3Rs3dkKvFrJ7MR0=
251-
github.com/daixiang0/gci v0.10.1/go.mod h1:xtHP9N7AHdNvtRNfcx9gwTDfw7FRJx4bZUsiEfiNNAI=
250+
github.com/daixiang0/gci v0.12.2 h1:cL2cV/js97iGVDSnwIRecrIeHCR4PQecX8aQs8bxMSQ=
251+
github.com/daixiang0/gci v0.12.2/go.mod h1:xtHP9N7AHdNvtRNfcx9gwTDfw7FRJx4bZUsiEfiNNAI=
252252
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
253253
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
254254
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

vendor/github.com/daixiang0/gci/README.md

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

vendor/github.com/daixiang0/gci/cmd/gci/gcicommand.go

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

vendor/github.com/daixiang0/gci/cmd/gci/list.go

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

vendor/github.com/daixiang0/gci/cmd/gci/root.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/github.com/daixiang0/gci/main.go

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/daixiang0/gci/pkg/config/config.go

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

0 commit comments

Comments
 (0)