1a5d4c89ec
Go modules should take care of this seamlessly now.
17 lines
538 B
Modula-2
17 lines
538 B
Modula-2
module github.com/zorchenhimer/MovieNight
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/dennwc/dom v0.3.0
|
|
github.com/gorilla/sessions v1.1.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
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
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|