-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
52 lines (49 loc) · 2.12 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
48
49
50
51
52
module github.com/k1LoW/ndiag
go 1.19
require (
github.com/antchfx/xmlquery v1.3.12
github.com/elliotchance/orderedmap v1.5.0
github.com/goccy/go-graphviz v0.0.9
github.com/goccy/go-json v0.9.11
github.com/goccy/go-yaml v1.9.6
github.com/google/go-cmp v0.5.8
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
github.com/k1LoW/glyph v0.5.1-0.20210105154244-06dafc0214e7
github.com/k1LoW/tbls v1.56.5
github.com/karrick/godirwalk v1.17.0
github.com/labstack/gommon v0.4.0
github.com/mattn/go-runewidth v0.0.14
github.com/muesli/gamut v0.3.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/olekukonko/tablewriter v0.0.5
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c
github.com/spf13/cobra v1.6.1
github.com/stoewer/go-strcase v1.2.0
)
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/antchfx/xpath v1.2.1 // indirect
github.com/beta/freetype v0.0.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762 // indirect
github.com/muesli/kmeans v0.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)