26 lines
933 B
Modula-2
26 lines
933 B
Modula-2
module main-server
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/microcosm-cc/bluemonday v1.0.23
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/russross/blackfriday v1.6.0
|
|
github.com/shurcooL/github_flavored_markdown v0.0.0-20210228213109-c3a9aa474629
|
|
github.com/shurcooL/highlight_diff v0.0.0-20181222201841-111da2e7d480
|
|
github.com/shurcooL/highlight_go v0.0.0-20191220051317-782971ddf21b
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0
|
|
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d
|
|
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
|
|
golang.org/x/net v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/sergi/go-diff v1.3.1 // indirect
|
|
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
|
|
github.com/shurcooL/go-goon v1.0.0 // indirect
|
|
)
|