import files, add README & LICENSE
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
module gitea.auvem.com/go-toolkit/cursor
|
||||
|
||||
go 1.25.4
|
||||
|
||||
require (
|
||||
gitea.auvem.com/go-toolkit/dbx v0.0.0
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2
|
||||
github.com/go-jet/jet/v2 v2.13.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
gitea.auvem.com/go-toolkit/app v0.0.0-20250530181559-231561c92698 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/segmentio/ksuid v1.0.4 // indirect
|
||||
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace gitea.auvem.com/go-toolkit/dbx => ../dbx
|
||||
Reference in New Issue
Block a user