zs/go.mod

27 lines
863 B
Modula-2
Raw Normal View History

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