This repository has been archived on 2026-07-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drive/backend/go.mod
Elijah dbd3a868ed
All checks were successful
Automated Container Build / build-and-push (push) Successful in 5m46s
Update Go version to support bodgit/sevenzip v1.6.4
2026-06-01 09:03:41 -07:00

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
)