mirror of
https://github.com/glebarez/sqlite.git
synced 2025-09-27 03:55:53 +08:00
10 lines
182 B
Modula-2
10 lines
182 B
Modula-2
module github.com/glebarez/sqlite
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/glebarez/go-sqlite v0.0.1
|
|
github.com/stretchr/testify v1.7.0
|
|
gorm.io/gorm v1.22.5-0.20211202023924-300a23fc3137
|
|
)
|