Skip to content

Commit

Permalink
🎨 go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yann0917 committed Oct 20, 2023
1 parent fea88cb commit 4ae60c8
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,43 @@ require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.1
github.com/bmaupin/go-epub v1.1.0
github.com/chromedp/cdproto v0.0.0-20230828023241-f357fd93b5d6
github.com/chromedp/chromedp v0.9.2
github.com/gabriel-vasile/mimetype v1.4.2
github.com/go-resty/resty/v2 v2.7.0
github.com/chromedp/cdproto v0.0.0-20231019002500-864b42864d36
github.com/chromedp/chromedp v0.9.3
github.com/gabriel-vasile/mimetype v1.4.3
github.com/go-resty/resty/v2 v2.10.0
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386
github.com/json-iterator/go v1.1.12
github.com/mattn/go-colorable v0.1.13
github.com/mitchellh/mapstructure v1.5.0
github.com/olekukonko/tablewriter v0.0.5
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spf13/cobra v1.7.0
golang.org/x/sync v0.3.0
golang.org/x/sync v0.4.0
)

require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.3.0 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/vincent-petithory/dataurl v1.0.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 4ae60c8

Please sign in to comment.