-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 939 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module odysee-sitemap-generator
go 1.17
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/ikeikeikeike/go-sitemap-generator v1.0.2
github.com/lbryio/lbry.go/v2 v2.7.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.1.3
github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
)
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-errors/errors v1.0.1 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20191009170203-06d7bd2c5f4f // indirect
gopkg.in/nullbio/null.v6 v6.0.0-20161116030900-40264a2e6b79 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)