-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
25 lines (23 loc) · 1019 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/cooper/quiki
go 1.13
require (
github.com/Songmu/go-httpdate v1.0.0
github.com/alecthomas/chroma v0.7.2
github.com/alexedwards/scs/v2 v2.3.1
github.com/cooper/ferret-chroma v0.0.0-20200504231302-92ecda2e4348
github.com/cooper/go-git/v4 v4.14.1
github.com/disintegration/imaging v1.6.2
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/go-stack/stack v1.8.0 // indirect
github.com/grokify/html-strip-tags-go v0.0.0-20200322061010-ea0c1cf2f119
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/whyrusleeping/hellabot v0.0.0-20191113145436-fd8fa1922281
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1 // indirect
gopkg.in/sorcix/irc.v1 v1.1.4 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
)