5
5
require (
6
6
github.com/charmbracelet/bubbles v0.17.1
7
7
github.com/charmbracelet/bubbletea v0.25.0
8
+ github.com/charmbracelet/glamour v0.6.0
8
9
github.com/charmbracelet/lipgloss v0.9.1
9
- github.com/google/uuid v1.3.0
10
- github.com/labstack/echo/v4 v4.10.2
11
10
github.com/sergi/go-diff v1.3.1
12
11
github.com/sirupsen/logrus v1.9.3
13
12
github.com/spf13/cobra v1.7.0
@@ -16,73 +15,37 @@ require (
16
15
github.com/yuin/goldmark v1.5.4
17
16
golang.org/x/sys v0.16.0
18
17
gopkg.in/ini.v1 v1.67.0
19
- k8s.io/api v0.27.1
20
- k8s.io/apimachinery v0.27.1
21
- k8s.io/client-go v0.27.1
22
18
)
23
19
24
20
require (
25
21
github.com/alecthomas/chroma v0.10.0 // indirect
26
22
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
27
23
github.com/aymerick/douceur v0.2.0 // indirect
28
- github.com/charmbracelet/glamour v0.6.0 // indirect
29
24
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
30
25
github.com/davecgh/go-spew v1.1.1 // indirect
31
26
github.com/dlclark/regexp2 v1.4.0 // indirect
32
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
33
- github.com/go-logr/logr v1.2.3 // indirect
34
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
35
- github.com/go-openapi/jsonreference v0.20.1 // indirect
36
- github.com/go-openapi/swag v0.22.3 // indirect
37
- github.com/gogo/protobuf v1.3.2 // indirect
38
- github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
39
- github.com/golang/protobuf v1.5.3 // indirect
40
- github.com/google/gnostic v0.5.7-v3refs // indirect
41
- github.com/google/go-cmp v0.5.9 // indirect
42
- github.com/google/gofuzz v1.1.0 // indirect
43
27
github.com/gorilla/css v1.0.0 // indirect
44
- github.com/imdario/mergo v0.3.6 // indirect
45
28
github.com/inconshreveable/mousetrap v1.1.0 // indirect
46
- github.com/josharian/intern v1.0.0 // indirect
47
- github.com/json-iterator/go v1.1.12 // indirect
48
- github.com/labstack/gommon v0.4.0 // indirect
29
+ github.com/kr/pretty v0.3.0 // indirect
49
30
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
50
- github.com/mailru/easyjson v0.7.7 // indirect
51
- github.com/mattn/go-colorable v0.1.13 // indirect
52
31
github.com/mattn/go-isatty v0.0.18 // indirect
53
32
github.com/mattn/go-localereader v0.0.1 // indirect
54
33
github.com/mattn/go-runewidth v0.0.15 // indirect
55
34
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
56
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
57
- github.com/modern-go/reflect2 v1.0.2 // indirect
58
35
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
59
36
github.com/muesli/cancelreader v0.2.2 // indirect
60
37
github.com/muesli/reflow v0.3.0 // indirect
61
38
github.com/muesli/termenv v0.15.2 // indirect
62
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
63
39
github.com/olekukonko/tablewriter v0.0.5 // indirect
64
40
github.com/pmezard/go-difflib v1.0.0 // indirect
65
41
github.com/rivo/uniseg v0.4.4 // indirect
42
+ github.com/rogpeppe/go-internal v1.10.0 // indirect
66
43
github.com/spf13/pflag v1.0.5 // indirect
67
- github.com/valyala/bytebufferpool v1.0.0 // indirect
68
- github.com/valyala/fasttemplate v1.2.2 // indirect
69
44
github.com/yuin/goldmark-emoji v1.0.1 // indirect
70
- golang.org/x/crypto v0.14.0 // indirect
71
45
golang.org/x/net v0.17.0 // indirect
72
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
73
46
golang.org/x/sync v0.1.0 // indirect
74
47
golang.org/x/term v0.16.0 // indirect
75
- golang.org/x/text v0.13.0 // indirect
76
- golang.org/x/time v0.3.0 // indirect
77
- google.golang.org/appengine v1.6.7 // indirect
78
- google.golang.org/protobuf v1.28.1 // indirect
79
- gopkg.in/inf.v0 v0.9.1 // indirect
80
- gopkg.in/yaml.v2 v2.4.0 // indirect
48
+ golang.org/x/text v0.14.0 // indirect
49
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
81
50
gopkg.in/yaml.v3 v3.0.1 // indirect
82
- k8s.io/klog/v2 v2.90.1 // indirect
83
- k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
84
- k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
85
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
86
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
87
- sigs.k8s.io/yaml v1.3.0 // indirect
88
51
)
0 commit comments