listmonk/go.mod

34 lines
1.4 KiB
Modula-2
Raw Normal View History

2019-01-09 12:13:13 +01:00
module github.com/knadh/listmonk
require (
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
github.com/disintegration/imaging v1.5.0
2020-03-07 16:07:48 +01:00
github.com/gofrs/uuid v3.2.0+incompatible
2019-01-09 12:13:13 +01:00
github.com/jinzhu/gorm v1.9.1
github.com/jmoiron/sqlx v1.2.0
github.com/jordan-wright/email v0.0.0-20181027021455-480bedc4908b
2019-07-05 10:48:50 +02:00
github.com/knadh/goyesql v2.0.0+incompatible
github.com/knadh/koanf v0.4.4
2019-07-05 10:38:48 +02:00
github.com/knadh/stuffbin v1.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
2019-01-09 12:13:13 +01:00
github.com/labstack/gommon v0.2.7 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/rhnvrm/simples3 v0.2.4-0.20191018074503-3d5b071ef727
2019-01-09 12:13:13 +01:00
github.com/spf13/pflag v1.0.3
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
2019-06-26 13:23:23 +02:00
golang.org/x/crypto v0.0.0-20181106171534-e4dc69e5b2fd // indirect
2019-01-09 12:13:13 +01:00
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b // indirect
2019-06-26 13:23:23 +02:00
golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992 // indirect
2019-01-09 12:13:13 +01:00
google.golang.org/appengine v1.4.0 // indirect
2019-07-05 10:48:50 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-01-09 12:13:13 +01:00
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
)
replace github.com/jordan-wright/email => github.com/knadh/email v0.0.0-20200206100304-6d2c7064c2e8
go 1.13