This commit is contained in:
parent
fa2be029a2
commit
724d70e58b
3339 changed files with 1075535 additions and 0 deletions
15
backend/go.mod
Normal file
15
backend/go.mod
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
module git.elijahkuntz.com/Elijah/drive
|
||||
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.6
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/pquerna/otp v1.4.0
|
||||
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/tus/tusd/v2 v2.7.1
|
||||
golang.org/x/crypto v0.31.0
|
||||
golang.org/x/net v0.33.0
|
||||
)
|
||||
Reference in a new issue