16 lines
332 B
Modula-2
16 lines
332 B
Modula-2
module git.a71.su/Andrew71/pye
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/spf13/cobra v1.8.1
|
|
golang.org/x/crypto v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|