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 727429a commit da2c19eCopy full SHA for da2c19e
tests/integration/gpg_ssh_git_test.go
@@ -21,12 +21,12 @@ import (
21
api "code.gitea.io/gitea/modules/structs"
22
"code.gitea.io/gitea/modules/test"
23
"code.gitea.io/gitea/tests"
24
- "golang.org/x/crypto/ssh"
25
26
"github.com/ProtonMail/go-crypto/openpgp"
27
"github.com/ProtonMail/go-crypto/openpgp/armor"
28
"github.com/stretchr/testify/assert"
29
"github.com/stretchr/testify/require"
+ "golang.org/x/crypto/ssh"
30
)
31
32
func TestGPGGit(t *testing.T) {
0 commit comments