-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing recursive emotes and making it better
I wonder if zorch will see this... I HAVE THE POWER....for now I guess
- Loading branch information
Showing
4 changed files
with
80 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
module github.com/zorchenhimer/MovieNight | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/alexflint/go-arg v1.4.3 | ||
github.com/gorilla/sessions v1.2.1 | ||
github.com/gorilla/websocket v1.4.2 | ||
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 // indirect | ||
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters