habbgo/go.mod

12 lines
227 B
Modula-2
Raw Normal View History

2022-01-09 00:05:39 +00:00
module github.com/yunginnanet/habbgo
2021-09-06 00:22:17 +00:00
go 1.16
require (
github.com/go-sql-driver/mysql v1.6.0
2021-09-09 03:40:28 +00:00
github.com/ory/dockertest/v3 v3.7.0
2022-01-08 22:29:51 +00:00
github.com/rs/zerolog v1.26.1
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
)