Migrate to Go Workspaces (#243)

* api-spec: move the api-spec to root and init go.mod

* go mod tidy

* move buf files in the root as well

* gh action for api-spec changes only

* gh action for api-spec on push and pr

* introduce go.work and remove all replaces

* solve dependencies and force btcd/btcec@v2.3.3

* go work sync

* force btcd/btcec@v2.3.3

* go mod tidy
This commit is contained in:
Marco Argentieri
2024-08-13 03:27:41 +02:00
committed by GitHub
parent f0a90c06ee
commit 1b0252f3e4
102 changed files with 1414 additions and 1165 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
"github.com/ark-network/ark/internal/infrastructure/db/sqlite/sqlc/queries"
"github.com/ark-network/ark/server/internal/infrastructure/db/sqlite/sqlc/queries"
_ "modernc.org/sqlite"
)