26 lines
739 B
Modula-2
26 lines
739 B
Modula-2
module uauth
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
gitea.com/taozitaozi/gredis v0.0.0-20240131032054-b02845ce1e9d
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/jedib0t/go-pretty/v6 v6.6.1
|
|
github.com/loveuer/nf v0.2.11
|
|
github.com/spf13/cobra v1.8.1
|
|
golang.org/x/crypto v0.23.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.2 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|