2021-09-06 00:22:17 +00:00
|
|
|
module github.com/jtieri/HabbGo
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-09-06 01:07:49 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-06 00:22:17 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-09-06 02:19:02 +00:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
|
|
|
gorm.io/gorm v1.21.6
|
2021-09-06 00:22:17 +00:00
|
|
|
)
|