goimports

This commit is contained in:
Timmy Welch 2023-01-16 19:46:04 -08:00
parent 9573438f75
commit 3e77c30ed3
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
//go:build darwin || linux
// +build darwin linux
package main

View File

@ -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"