2024-10-12 20:41:30 +03:00
|
|
|
module git.a71.su/Andrew71/pye
|
2024-10-11 11:38:08 +03:00
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
2024-10-11 23:57:57 +03:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-10-11 11:38:08 +03:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-10-12 18:39:38 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
2024-10-13 16:16:19 +03:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-10-11 11:38:08 +03:00
|
|
|
golang.org/x/crypto v0.28.0
|
|
|
|
)
|
2024-10-13 16:16:19 +03:00
|
|
|
|
|
|
|
require (
|
2024-10-13 16:51:29 +03:00
|
|
|
github.com/go-chi/chi v1.5.5
|
2024-10-13 16:16:19 +03:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|