18 lines
603 B
Modula-2
18 lines
603 B
Modula-2
|
module github.com/rosti-cz/server_lobby
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||
|
github.com/golang/protobuf v1.5.2 // indirect
|
||
|
github.com/kelseyhightower/envconfig v1.4.0
|
||
|
github.com/labstack/echo v3.3.10+incompatible
|
||
|
github.com/labstack/gommon v0.3.0 // indirect
|
||
|
github.com/nats-io/nats-server/v2 v2.4.0 // indirect
|
||
|
github.com/nats-io/nats.go v1.12.0
|
||
|
github.com/shirou/gopsutil/v3 v3.21.7
|
||
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
||
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
||
|
google.golang.org/protobuf v1.27.1 // indirect
|
||
|
)
|