Skip to content

Commit

Permalink
updated go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Oct 9, 2022
1 parent ad4b16e commit 9936757
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
6 changes: 0 additions & 6 deletions go.mod
Expand Up @@ -6,14 +6,11 @@ go 1.19
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/disintegration/imaging v1.6.2
github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
github.com/fatih/color v1.13.0
github.com/fmartingr/notion2ical v0.1.0
github.com/go-shiori/go-readability v0.0.0-20220215145315-dd6828d2f09b
github.com/go-shiori/warc v0.0.0-20200621032813-359908319d1d
github.com/go-sql-driver/mysql v1.6.0
github.com/gofiber/fiber/v2 v2.38.1
github.com/gofiber/template v1.7.1
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/jmoiron/sqlx v1.3.5
Expand All @@ -36,8 +33,6 @@ require (
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/dstotijn/go-notion v0.6.1 // indirect
github.com/flosch/pongo2/v4 v4.0.2 // indirect
github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/google/uuid v1.3.0 // indirect
Expand All @@ -53,7 +48,6 @@ require (
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/teambition/rrule-go v1.8.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.40.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
Expand Down

0 comments on commit 9936757

Please sign in to comment.