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.
squirssi/go.mod

17 lines
487 B

module code.dopame.me/veonik/squirssi
go 1.14
require (
code.dopame.me/veonik/squircy3 v0.11.2
github.com/gizak/termui/v3 v3.1.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/mattn/go-runewidth v0.0.13
github.com/mitchellh/go-wordwrap v1.0.1
github.com/nsf/termbox-go v1.1.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
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c
)