-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
47 lines (43 loc) · 1.76 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/cooper/quiki
go 1.23.1
toolchain go1.23.4
require (
github.com/Songmu/go-httpdate v1.0.0
github.com/alecthomas/chroma/v2 v2.15.0
github.com/alexedwards/scs/v2 v2.8.0
github.com/cooper/ferret-chroma v0.0.0-20201209083634-9d9918e49841
github.com/cooper/go-git/v4 v4.14.1
github.com/cooper/imaging v1.0.0
github.com/enescakir/emoji v1.0.0
github.com/fsnotify/fsnotify v1.8.0
github.com/grokify/html-strip-tags-go v0.1.0
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0
github.com/whyrusleeping/hellabot v0.0.0-20191113145436-fd8fa1922281
golang.org/x/crypto v0.31.0
gopkg.in/src-d/go-billy.v4 v4.3.2
)
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mudler/sendfd v0.0.0-20150620134918-f0fc74c13877 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1 // indirect
gopkg.in/sorcix/irc.v1 v1.1.4 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)