13 lines
289 B
Modula-2
13 lines
289 B
Modula-2
module github.com/jtieri/HabbGo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/ory/dockertest/v3 v3.7.0
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|