aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-06 11:42:16 +0100
committerAKP <tom@tdpain.net>2022-04-06 11:42:16 +0100
commit02779167e639ec9538c89eb17b40aaffcfae286a (patch)
treed5d3a0079d3d9bddd9ab4c61bd27db14a20992ba /go.mod
parent260a45a5f82341bc8f9bfb387d0673bf5643654d (diff)
go mod tidy
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod31
1 files changed, 17 insertions, 14 deletions
diff --git a/go.mod b/go.mod
index dded7d8..d2fb84f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,47 +3,50 @@ module github.com/codemicro/walrss
go 1.18
require (
+ github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631
+ github.com/carlmjohnson/requests v0.22.2
+ github.com/gofiber/fiber/v2 v2.31.0
+ github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
+ github.com/kkyr/fig v0.3.0
+ github.com/lithammer/shortuuid/v4 v4.0.0
+ github.com/matcornic/hermes v1.2.0
+ github.com/mmcdole/gofeed v1.1.3
+ github.com/patrickmn/go-cache v2.1.0+incompatible
+ github.com/rs/zerolog v1.26.1
+ github.com/stevelacy/daz v0.1.4
+ github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a
+ github.com/valyala/quicktemplate v1.7.0
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292
+)
+
+require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
- github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631 // indirect
- github.com/carlmjohnson/requests v0.22.2 // indirect
- github.com/gofiber/fiber/v2 v2.31.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
- github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible // indirect
github.com/json-iterator/go v1.1.10 // indirect
- github.com/kkyr/fig v0.3.0 // indirect
github.com/klauspost/compress v1.15.0 // indirect
- github.com/lithammer/shortuuid/v4 v4.0.0 // indirect
- github.com/matcornic/hermes v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
- github.com/mmcdole/gofeed v1.1.3 // indirect
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
- github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
- github.com/rs/zerolog v1.26.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
- github.com/stevelacy/daz v0.1.4 // indirect
- github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
- github.com/valyala/quicktemplate v1.7.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect