mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
24 lines
765 B
Modula-2
24 lines
765 B
Modula-2
module erupe-ce
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/sachaos/lottery v0.0.0-20180520074626-61949d99bd96
|
|
github.com/spf13/viper v1.8.1
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.18.1
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/tools v0.1.11-0.20220513221640-090b14e8501f // indirect
|
|
)
|