1
0
Fork 0
forked from boyska/feedpanel
feedpanel/go.mod

15 lines
581 B
Modula-2
Raw Normal View History

module git.lattuga.net/boyska/feedpanel
2018-09-26 15:59:50 +02:00
require (
github.com/go-pg/pg v6.15.0+incompatible
2018-09-27 23:11:07 +02:00
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
2018-09-26 15:59:50 +02:00
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.0
github.com/vmihailenco/sasl v0.0.0-20180913092844-58bfd2104008 // indirect
2018-09-27 23:11:07 +02:00
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
2018-09-26 15:59:50 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-09-26 16:53:06 +02:00
mellium.im/sasl v0.2.1 // indirect
2018-09-26 15:59:50 +02:00
)