|
module code.dopame.me/veonik/squircy3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/dlclark/regexp2 v1.2.0 // indirect
|
|
github.com/dop251/goja v0.0.0-20200526165454-f1752421c432
|
|
github.com/fatih/structtag v1.0.0
|
|
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.0
|
|
github.com/peterh/liner v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
|
|
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c
|
|
)
|