refactor: move config import from api to common module
Replace go.ntppool.org/api/config with go.ntppool.org/common/config, removing the api module dependency entirely. Also ignore vendor/ directory in .gitignore.
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
"go.ntppool.org/common/version"
|
||||
"go.ntppool.org/common/xff/fastlyxff"
|
||||
|
||||
"go.ntppool.org/api/config"
|
||||
"go.ntppool.org/common/config"
|
||||
|
||||
chdb "go.ntppool.org/data-api/chdb"
|
||||
"go.ntppool.org/data-api/ntpdb"
|
||||
|
||||
Reference in New Issue
Block a user