goimports
This commit is contained in:
parent
9573438f75
commit
3e77c30ed3
@ -1,3 +1,4 @@
|
||||
//go:build darwin || linux
|
||||
// +build darwin linux
|
||||
|
||||
package main
|
||||
|
@ -2,12 +2,13 @@ package sshrimpagent
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"golang.org/x/crypto/ssh"
|
||||
"net"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
|
||||
"git.narnian.us/lordwelch/sshrimp/internal/config"
|
||||
"github.com/google/uuid"
|
||||
"github.com/zitadel/oidc/pkg/client/rp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user