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