All checks were successful
Automated Container Build / build-and-push (push) Successful in 5m46s
15 lines
336 B
Modula-2
15 lines
336 B
Modula-2
module git.elijahkuntz.com/Elijah/drive
|
|
|
|
go 1.25.0
|
|
|
|
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
|
|
)
|