mirror of https://github.com/veonik/squircy3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
816 B
23 lines
816 B
module code.dopame.me/veonik/squircy3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/bwmarrin/discordgo v0.24.0
|
|
github.com/dop251/goja v0.0.0-20220214123719-b09a6bfa842f
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/gobuffalo/logger v1.0.4 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/peterh/liner v1.2.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/thoj/go-ircevent v0.0.0-20210419090348-35410aa86c49
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c
|
|
)
|