diff --git a/config/config.go b/config/config.go index 51c44ca..e06bf2a 100644 --- a/config/config.go +++ b/config/config.go @@ -3,13 +3,13 @@ package config import ( "crypto/rsa" - occe "git.loafle.net/overflow/commons-go/config/external" + ocec "git.loafle.net/overflow/commons-go/external/config" ogrs "git.loafle.net/overflow/gateway_rpc/server" ) type Config struct { ServerHandler *ogrs.ServerHandlers `json:"serverHandler"` - External *occe.External `json:"external"` + External *ocec.External `json:"external"` VerifyKey *rsa.PublicKey SignKey *rsa.PrivateKey