45 lines
1.6 KiB
Modula-2
45 lines
1.6 KiB
Modula-2
module boss
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.8
|
|
|
|
require (
|
|
github.com/beego/beego/v2 v2.3.3
|
|
github.com/go-redis/redis/v7 v7.4.1
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/gogf/gf v1.16.9
|
|
github.com/rs/xid v1.6.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/xlzd/gotp v0.1.0
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/redis/go-redis/v9 v9.5.1 // indirect
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.opentelemetry.io/otel v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
|
golang.org/x/crypto v0.24.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|