mirror of
https://github.com/jesperh1/csgo-hub-backend.git
synced 2025-05-16 01:08:12 +01:00
14 lines
357 B
Modula-2
14 lines
357 B
Modula-2
module github.com/jesperbakhandskemager/csgo-hub-backend
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/emily33901/go-csfriendcode v0.0.0-20200914202423-31b418e4b897
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/yohcop/openid-go v1.0.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|