remove randseed package

This commit is contained in:
Lawrence, Rendall
2023-03-19 20:13:44 +03:00
parent 34c2921be8
commit 63e0b93db4
8 changed files with 12 additions and 42 deletions

View File

@@ -11,9 +11,6 @@ import (
fu "github.com/sot-tech/mochi/frontend/udp"
"github.com/sot-tech/mochi/pkg/conf"
// Seed math random
_ "github.com/sot-tech/mochi/pkg/randseed"
// Imports to register middleware hooks.
_ "github.com/sot-tech/mochi/middleware/clientapproval"
_ "github.com/sot-tech/mochi/middleware/jwt"