mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 22:03:32 +03:00
20 lines
573 B
Modula-2
20 lines
573 B
Modula-2
module go.mills.io/zs
|
|
|
|
go 1.17
|
|
|
|
replace go.mills.io/static => ../static
|
|
|
|
require (
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
go.mills.io/static v0.0.0-00010101000000-000000000000
|
|
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/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979 // indirect
|
|
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
|
|
)
|