move common code to pkg
This commit is contained in:
@@ -5,6 +5,7 @@ go 1.25.2
|
||||
require (
|
||||
github.com/jackc/pgx/v5 v5.7.6
|
||||
github.com/stretchr/testify v1.11.1
|
||||
pkg v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -20,3 +21,5 @@ require (
|
||||
golang.org/x/text v0.24.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace pkg => ../pkg
|
||||
|
||||
Reference in New Issue
Block a user