mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-16 09:16:19 -05:00
27 lines
873 B
Modula-2
27 lines
873 B
Modula-2
module go.mills.io/zs
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.6.1
|
|
go.mills.io/static v0.0.0-20230312034046-6dff09caed3b
|
|
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.0.1 // 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.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|