mirror of
https://github.com/Xevion/banner.git
synced 2025-12-06 03:14:24 -06:00
28 lines
734 B
Modula-2
28 lines
734 B
Modula-2
module banner
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.29.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/redis/go-redis/v9 v9.12.1
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/samber/lo v1.51.0
|
|
resty.dev/v3 v3.0.0-beta.3
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|