-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
go.mod
24 lines (21 loc) · 829 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/zorchenhimer/MovieNight
go 1.18
require (
github.com/alexflint/go-arg v1.4.3
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.5.0
github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369
github.com/playwright-community/playwright-go v0.2000.1
github.com/stretchr/testify v1.7.1
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
)
require (
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)