You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
183 B
9 lines
183 B
module person-site
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.44 // indirect
|
|
golang.org/x/crypto v0.50.0 // indirect
|
|
)
|
|
|