|
module github.com/yunginnanet/habbgo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/ory/dockertest/v3 v3.7.0
|
|
github.com/rs/zerolog v1.26.1
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|