25 lines
637 B
Modula-2
25 lines
637 B
Modula-2
module projectreshoot
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.833
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|