11 lines
226 B
Modula-2
11 lines
226 B
Modula-2
module github.com/zorchenhimer/MovieNight
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369
|
|
github.com/pkg/errors v0.9.1
|
|
)
|