mirror of
https://github.com/Luzifer/mapshare.git
synced 2024-11-08 21:20:01 +00:00
14 lines
407 B
Modula-2
14 lines
407 B
Modula-2
module github.com/Luzifer/mapshare
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e // indirect
|
|
)
|