forked from glepnir/DailyTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 879 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/taigacute/DailyTasks
go 1.12
require (
github.com/gorilla/sessions v1.1.3
github.com/mattn/go-sqlite3 v1.10.0
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/sergi/go-diff v1.0.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-20181215221002-9d8641ddf2e1 // indirect
github.com/shurcooL/octicon v0.0.0-20181222203144-9ff1a4cf27f4 // 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
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
gopkg.in/AlecAivazis/survey.v1 v1.8.3
)