support go1.20 (#3287)

This commit is contained in:
fatedier
2023-02-05 20:52:36 +08:00
committed by GitHub
parent 6b3daffaf0
commit 100148d925
9 changed files with 14 additions and 16 deletions

View File

@@ -15,9 +15,6 @@
package main
import (
"math/rand"
"time"
"github.com/fatedier/golib/crypto"
_ "github.com/fatedier/frp/assets/frps"
@@ -26,7 +23,6 @@ import (
func main() {
crypto.DefaultSalt = "frp"
rand.Seed(time.Now().UnixNano())
Execute()
}