fix: use new secrets

This commit is contained in:
Jason Song
2022-12-22 14:44:22 +08:00
parent d183b32aa8
commit 058675f7e5
7 changed files with 17 additions and 55 deletions

View File

@ -5,7 +5,6 @@
package setting
import (
"crypto/sha1"
"encoding/base64"
"fmt"
"math"
@ -28,7 +27,6 @@ import (
"code.gitea.io/gitea/modules/user"
"code.gitea.io/gitea/modules/util"
"golang.org/x/crypto/pbkdf2"
gossh "golang.org/x/crypto/ssh"
ini "gopkg.in/ini.v1"
)