book-fetch/go.mod
Vincent Batts 4ee54a8656
go: update deps and vendored sources
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-17 10:39:17 -05:00

11 lines
237 B
Modula-2

module git.thisco.de/vbatts/book-fetch
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)