-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/dncrht/kwik
go 1.14
require (
github.com/AubSs/fasthttplogger v0.0.0-20170531123222-7dab642e7dab
github.com/buaazp/fasthttprouter v0.1.1
github.com/gin-gonic/gin v1.6.2
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470
github.com/shurcooL/highlight_diff v0.0.0-20181222201841-111da2e7d480 // indirect
github.com/shurcooL/highlight_go v0.0.0-20191220051317-782971ddf21b // indirect
github.com/shurcooL/octicon v0.0.0-20191102190552-cbb32d6a785c // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/valyala/fasthttp v1.9.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
mvdan.cc/unparam v0.0.0-20200314162735-0ac8026f7d06 // indirect
)