Files
ng-blog/go.mod
u80864958 30dac9f12f
All checks were successful
Release / publish (push) Successful in 4m9s
change password
2025-05-13 14:06:11 +02:00

23 lines
599 B
Modula-2

module git.schreifuchs.ch/schreifuchs/ng-blog
go 1.24.2
require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
go-simpler.org/env v0.12.0
golang.org/x/crypto v0.37.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)
require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/go-swiss/compress v0.0.0-20231015173048-c7b565746931 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
golang.org/x/text v0.24.0 // indirect
)