We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf50c9 commit 2725be8Copy full SHA for 2725be8
cmd/httpserver/main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/flashbots/ssh-pubkey-server/common"
11
"github.com/flashbots/ssh-pubkey-server/httpserver"
12
"github.com/google/uuid"
13
- "github.com/urfave/cli/v2" // imports as package "cli"
+ cli "github.com/urfave/cli/v2"
14
)
15
16
var flags []cli.Flag = []cli.Flag{
httpserver/server.go
@@ -12,7 +12,7 @@ import (
"github.com/flashbots/go-utils/httplogger"
"github.com/flashbots/ssh-pubkey-server/metrics"
- "github.com/go-chi/chi/v5"
+ chi "github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
17
"go.uber.org/atomic"
18
0 commit comments