Skip to content

Commit

Permalink
Try a different order, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Apr 19, 2024
1 parent 05a7c18 commit ceac1a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ import (
"strings"
"time"

Check failure on line 35 in cmd/main.go

View workflow job for this annotation

GitHub Actions / lint (linux)

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/caddyserver/caddy/v2/cmd) -s prefix(github.com/caddyserver/caddy) --custom-order (gci)
"github.com/caddyserver/certmagic"
"github.com/spf13/pflag"
"go.uber.org/automaxprocs/maxprocs"
"go.uber.org/zap"

// For running in minimal environments, this can ease
// headaches related to establishing TLS connections.
// "Package fallback embeds a set of fallback X.509 trusted
Expand All @@ -50,6 +45,11 @@ import (
// date for security and compatibility reasons."
_ "golang.org/x/crypto/x509roots/fallback"

"github.com/caddyserver/certmagic"

Check failure on line 48 in cmd/main.go

View workflow job for this annotation

GitHub Actions / lint (linux)

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/caddyserver/caddy/v2/cmd) -s prefix(github.com/caddyserver/caddy) --custom-order (gci)
"github.com/spf13/pflag"
"go.uber.org/automaxprocs/maxprocs"
"go.uber.org/zap"

"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig"
)
Expand Down

0 comments on commit ceac1a9

Please sign in to comment.