- Full rename: module path, imports, directory structure - install.sh: one-command bare-metal deployment - contrib/receiptnext.service: systemd service file - Makefile: build, install, manage service - .gitenv updated to ReceiptNext - New Releases page on git.lohmar.co.uk/cclohmar/ReceiptNext
11 lines
233 B
Modula-2
11 lines
233 B
Modula-2
module github.com/cclohmar/ReceiptNext
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/jung-kurt/gofpdf v1.16.2
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
)
|