Archived
Template
1
0
This repository has been archived on 2023-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2021-12-12 14:56:13 +01:00

11 lines
193 B
Modula-2

module gorm.io/driver/sqlite
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.9
github.com/stretchr/testify v1.7.0
gorm.io/gorm v1.22.3
)