diff --git a/cmd/serve.go b/cmd/serve.go index 60a43e43..123791ac 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -5,6 +5,13 @@ package cmd import ( "errors" "fmt" + "github.com/stripe/stripe-go/v74" + "github.com/urfave/cli/v2" + "github.com/urfave/cli/v2/altsrc" + "heckel.io/ntfy/v2/log" + "heckel.io/ntfy/v2/server" + "heckel.io/ntfy/v2/user" + "heckel.io/ntfy/v2/util" "io/fs" "math" "net" @@ -16,13 +23,7 @@ import ( "syscall" "time" - "github.com/stripe/stripe-go/v74" - "github.com/urfave/cli/v2" - "github.com/urfave/cli/v2/altsrc" - "heckel.io/ntfy/v2/log" - "heckel.io/ntfy/v2/server" - "heckel.io/ntfy/v2/user" - "heckel.io/ntfy/v2/util" + ) func init() {