Skip to content

Commit 815556a

Browse files
build(deps): bump github.com/daixiang0/gci from 0.11.2 to 0.12.0 (#4260)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 27e99b5 commit 815556a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.golangci.reference.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ linters-settings:
425425

426426
# Section configuration to compare against.
427427
# Section names are case-insensitive and may contain parameters in ().
428-
# The default order of sections is `standard > default > custom > blank > dot`,
428+
# The default order of sections is `standard > default > custom > blank > dot > alias`,
429429
# If `custom-order` is `true`, it follows the order of `sections` option.
430430
# Default: ["standard", "default"]
431431
sections:
@@ -434,6 +434,7 @@ linters-settings:
434434
- prefix(github.com/org/project) # Custom section: groups all imports with the specified Prefix.
435435
- blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
436436
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
437+
- alias # Alias section: contains all alias imports. This section is not present unless explicitly enabled.
437438

438439
# Skip generated files.
439440
# Default: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/catenacyber/perfsprint v0.5.0
3131
github.com/charithe/durationcheck v0.0.10
3232
github.com/curioswitch/go-reassign v0.2.0
33-
github.com/daixiang0/gci v0.11.2
33+
github.com/daixiang0/gci v0.12.0
3434
github.com/denis-tingaikin/go-header v0.4.3
3535
github.com/esimonov/ifshort v1.0.4
3636
github.com/fatih/color v1.16.0

go.sum

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

0 commit comments

Comments
 (0)