Private
Public Access
1
0

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:
2026-03-07 21:16:11 -08:00
parent 5695ebb3fd
commit 27add1fb3d
4 changed files with 45 additions and 40 deletions

View File

@@ -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"