14 lines
221 B
AMPL
14 lines
221 B
AMPL
module site
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pquerna/otp v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
golang.org/x/crypto v0.52.0
|
|
)
|