16 lines
408 B
Modula-2
16 lines
408 B
Modula-2
module github.com/libretro/netplay-lobby-server-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/labstack/echo/v4 v4.1.13
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/oschwald/geoip2-golang v1.4.0
|
|
github.com/oschwald/maxminddb-golang v1.6.0
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
|
rsc.io/quote v1.5.2
|
|
)
|