-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
46 lines (42 loc) · 1.66 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
module github.com/osteele/gojekyll
go 1.23
toolchain go1.23.2
require (
github.com/alecthomas/chroma v0.10.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/bep/godartsass/v2 v2.1.0
github.com/danog/blackfriday/v2 v2.1.6
github.com/fsnotify/fsnotify v1.7.0
github.com/google/go-github v17.0.0+incompatible
github.com/jaschaephraim/lrserver v0.0.0-20240306232639-afed386b3640
github.com/k0kubun/pp v3.0.1+incompatible
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/montanaflynn/stats v0.7.1
github.com/osteele/liquid v1.5.2
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/radovskyb/watcher v1.0.7
github.com/stretchr/testify v1.9.0
github.com/tdewolff/minify v2.3.6+incompatible
golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.23.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/osteele/tuesday v1.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.10 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)