This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
feedpanel/go.mod

13 lines
437 B
Modula-2
Raw Normal View History

2018-09-26 15:59:50 +02:00
module panel
require (
github.com/go-pg/pg v6.15.0+incompatible
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
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
)