voidwalker/go.mod

30 lines
1.1 KiB
Modula-2
Raw Permalink Normal View History

2020-05-29 04:02:37 +02:00
module voidwalker
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/friendsofgo/errors v0.9.2
github.com/fsnotify/fsnotify v1.4.9 // indirect
2020-05-29 04:02:37 +02:00
github.com/gabriel-vasile/mimetype v1.0.5
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gorilla/websocket v1.4.2 // indirect
2020-05-29 04:02:37 +02:00
github.com/lbryio/lbry.go/v2 v2.5.3
github.com/lbryio/reflector.go v1.1.2
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200429072036-ae26b214fa43
2020-05-29 04:02:37 +02:00
github.com/sirupsen/logrus v1.4.2
github.com/sizeofint/gif-to-webp v0.0.0-20190216083302-414816b4e852
github.com/spf13/cast v1.3.1 // indirect
2020-05-29 04:02:37 +02:00
github.com/tkanos/gonfig v0.0.0-20181112185242-896f3d81fadf
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.7.1+incompatible
go.uber.org/atomic v1.5.0
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
2020-05-29 04:02:37 +02:00
)