2023-03-11 23:13:53 -05:00
|
|
|
module go.mills.io/zs
|
2019-09-23 04:15:24 -04:00
|
|
|
|
2023-03-12 01:34:38 -05:00
|
|
|
go 1.18
|
2019-09-23 04:15:24 -04:00
|
|
|
|
|
|
|
require (
|
2023-03-12 07:52:14 -04:00
|
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
2023-03-12 01:34:38 -05:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/spf13/cobra v1.6.1
|
2023-03-16 03:47:21 -04:00
|
|
|
github.com/yuin/goldmark v1.5.4
|
|
|
|
go.mills.io/static v0.0.0-20230316074605-51908d346ffc
|
2023-03-12 01:34:38 -05:00
|
|
|
golang.org/x/sync v0.1.0
|
2021-09-17 19:12:48 -04:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-09-23 04:15:24 -04:00
|
|
|
)
|
2023-03-11 23:13:53 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
2023-03-16 03:47:21 -04:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-03-11 23:13:53 -05:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
2023-03-12 07:23:22 -04:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2023-03-12 01:34:38 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-03-16 05:07:18 -04:00
|
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
2023-03-11 23:13:53 -05:00
|
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979 // indirect
|
2023-03-16 03:47:21 -04:00
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
2023-03-12 07:23:22 -04:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2023-03-11 23:13:53 -05:00
|
|
|
)
|