-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
32 lines (29 loc) · 1.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/rphillips/escapepod
go 1.12
require (
cloud.google.com/go v0.44.3 // indirect
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190806190131-db2462fef53b // indirect
github.com/disintegration/imaging v1.6.1
github.com/google/go-cmp v0.3.1 // indirect
github.com/jinzhu/gorm v1.9.10
github.com/knadh/stuffbin v1.0.0
github.com/labstack/echo/v4 v4.1.10
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.2.0
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/rsdoiel/opml v0.0.6
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
)
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43