Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@ module github.com/gwaylib/database/example

go 1.17

require (
github.com/gwaylib/database v0.0.0-00010101000000-000000000000
github.com/gwaylib/errors v0.0.0-20230225020640-41299698202b
github.com/mattn/go-sqlite3 v1.14.17
)

require (
github.com/go-ini/ini v1.48.0 // indirect
github.com/gwaylib/database v0.0.0-00010101000000-000000000000 // indirect
github.com/gwaylib/errors v0.0.0-20230225020640-41299698202b // indirect
github.com/gwaylib/log v0.0.0-20190829041528-b6c28711ef53 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
github.com/smartystreets/goconvey v1.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)

replace github.com/gwaylib/database => ../
Loading