11 lines
237 B
Modula-2
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
|
|
)
|