19 lines
532 B
Modula-2
19 lines
532 B
Modula-2
module ci
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/andersfylling/disgord v0.35.1
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/andersfylling/snowflake/v5 v5.0.1 // indirect
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
|
nhooyr.io/websocket v1.8.7 // indirect
|
|
)
|