13 lines
333 B
Modula-2
13 lines
333 B
Modula-2
|
module github.com/zorchenhimer/MovieNight
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/dennwc/dom v0.3.0
|
||
|
github.com/gorilla/sessions v1.1.3
|
||
|
github.com/gorilla/websocket v1.4.0
|
||
|
github.com/lucasb-eyer/go-colorful v1.0.1
|
||
|
github.com/nareix/joy4 v0.0.0-20181022032202-3ddbc8f9d431
|
||
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
||
|
)
|