change gomod

v3
veypi 6 months ago
parent 5112f1ab7d
commit 545f49c0f3

@ -2,9 +2,11 @@ module oa
go 1.23.2
replace github.com/veypi/OneBD => /home/v/workspace/OneBD/
replace github.com/veypi/vyes-ui => ../vyes-ui/
replace github.com/veypi/utils => /home/v/workspace/utils/
replace github.com/veypi/OneBD => ../OneBD/
replace github.com/veypi/utils => ../utils/
require (
github.com/glebarez/sqlite v1.11.0
@ -45,5 +47,3 @@ require (
modernc.org/memory v1.5.0 // indirect
modernc.org/sqlite v1.23.1 // indirect
)
replace github.com/veypi/vyes-ui => ../../vyes-ui/

Loading…
Cancel
Save