mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-04 09:17:37 -05:00
27 lines
863 B
Modula-2
27 lines
863 B
Modula-2
module go.mills.io/zs
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/yuin/goldmark v1.5.4
|
|
go.mills.io/static v0.0.0-20230316074605-51908d346ffc
|
|
golang.org/x/sync v0.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|