-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
69 lines (65 loc) · 2.7 KB
/
go.mod
File metadata and controls
69 lines (65 loc) · 2.7 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module twos.dev/winter
go 1.23.0
require (
gg-scm.io/pkg/git v0.10.0
github.com/adrg/frontmatter v0.2.0
github.com/adrg/xdg v0.4.0
github.com/alecthomas/chroma v0.10.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386
github.com/gorilla/feeds v1.1.1
github.com/invopop/jsonschema v0.12.0
github.com/lithammer/dedent v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/mitranim/gow v0.0.0-20230418123246-87df6e48eec6
github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1
github.com/niklasfasching/go-org v1.6.6-0.20230219175512-fa3e6f91d96b
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/spf13/cobra v1.5.0
github.com/tdemin/gmnhg v0.4.2
github.com/yargevad/filepathx v1.0.0
golang.org/x/image v0.18.0
golang.org/x/net v0.38.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
)
require (
github.com/MichaelMure/go-term-text v0.3.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
github.com/kyokomi/emoji/v2 v2.2.8 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
)
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/MichaelMure/go-term-markdown v0.1.4
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.14.6 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mholt/archiver v3.1.1+incompatible // indirect
github.com/mitranim/gg v0.0.14 // indirect
github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/rjeczalik/notify v0.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.14 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)