module git.sp4ke.com/sp4ke/hugobot/v3 go 1.12 require ( git.sp4ke.com/sp4ke/gum.git v0.0.0-20190304130815-31be968b7b17 github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/goquery v1.5.0 github.com/beeker1121/goque v2.0.1+incompatible github.com/fatih/structs v1.1.0 github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect github.com/gin-gonic/gin v1.3.0 github.com/gobuffalo/flect v0.1.1 github.com/gofrs/uuid v3.2.0+incompatible github.com/google/go-github v17.0.0+incompatible github.com/google/go-querystring v1.0.0 // indirect github.com/jmoiron/sqlx v1.2.0 github.com/json-iterator/go v1.1.6 // indirect github.com/mattn/go-isatty v0.0.7 // indirect github.com/mattn/go-sqlite3 v1.10.0 github.com/mmcdole/gofeed v1.0.0-beta2 github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/onsi/ginkgo v1.8.0 // indirect github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 github.com/syndtr/goleveldb v1.0.0 github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf github.com/ugorji/go v1.1.4 // indirect github.com/urfave/cli v1.20.0 golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 // indirect gopkg.in/urfave/cli.v1 v1.20.0 )