-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
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
)