Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/traPtitech/Emoine

go 1.17
go 1.21.0

require (
github.com/go-sql-driver/mysql v1.6.0
github.com/go-sql-driver/mysql v1.9.3
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.5.0
Expand All @@ -17,6 +17,7 @@ require (
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
Expand Down
Loading
Loading