feat(auth): add database and auth token generation + storage
Some checks failed
build / Go-Build (push) Failing after 19s
Some checks failed
build / Go-Build (push) Failing after 19s
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,3 +1,16 @@
|
||||
module svg-templater
|
||||
module tomatentum.net/svg-templater
|
||||
|
||||
go 1.24.9
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/glebarez/go-sqlite v1.22.0 // indirect
|
||||
github.com/google/uuid v1.5.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
modernc.org/libc v1.37.6 // indirect
|
||||
modernc.org/mathutil v1.6.0 // indirect
|
||||
modernc.org/memory v1.7.2 // indirect
|
||||
modernc.org/sqlite v1.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user