@@ -5,64 +5,69 @@ go 1.21
5
5
require (
6
6
github.com/MakeNowJust/heredoc v1.0.0
7
7
github.com/bmatcuk/doublestar v1.3.4
8
- github.com/go-git/go-git/v5 v5.8.1
8
+ github.com/go-git/go-git/v5 v5.11.0
9
9
github.com/google/go-github/v32 v32.1.0
10
- github.com/hairyhenderson/go-codeowners v0.2.2
10
+ github.com/hairyhenderson/go-codeowners v0.4.0
11
11
github.com/muesli/reflow v0.3.0
12
- github.com/rancher/wrangler v1.0 .2
12
+ github.com/rancher/wrangler v1.1 .2
13
13
github.com/sirupsen/logrus v1.9.3
14
- github.com/spf13/cobra v1.7 .0
14
+ github.com/spf13/cobra v1.8 .0
15
15
github.com/spf13/pflag v1.0.5
16
16
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
17
- golang.org/x/oauth2 v0.10 .0
17
+ golang.org/x/oauth2 v0.16 .0
18
18
gopkg.in/yaml.v2 v2.4.0
19
- kraftkit.sh v0.7.1
19
+ kraftkit.sh v0.7.3
20
20
)
21
21
22
22
require (
23
23
dario.cat/mergo v1.0.0 // indirect
24
24
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
25
25
github.com/Microsoft/go-winio v0.6.1 // indirect
26
- github.com/ProtonMail/go-crypto v0 .0.0-20230717121422-5aa5874ade95 // indirect
26
+ github.com/ProtonMail/go-crypto v1 .0.0 // indirect
27
27
github.com/acomagu/bufpipe v1.0.4 // indirect
28
28
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
29
29
github.com/briandowns/spinner v1.23.0 // indirect
30
- github.com/charmbracelet/lipgloss v0.7 .1 // indirect
30
+ github.com/charmbracelet/lipgloss v0.9 .1 // indirect
31
31
github.com/cli/go-gh v1.2.1 // indirect
32
32
github.com/cli/safeexec v1.0.1 // indirect
33
- github.com/cloudflare/circl v1.3.3 // indirect
33
+ github.com/cli/shurcooL-graphql v0.0.2 // indirect
34
+ github.com/cloudflare/circl v1.3.7 // indirect
35
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
34
36
github.com/emirpasic/gods v1.18.1 // indirect
35
- github.com/fatih/color v1.15 .0 // indirect
37
+ github.com/fatih/color v1.16 .0 // indirect
36
38
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
37
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
39
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
38
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39
41
github.com/golang/protobuf v1.5.3 // indirect
40
42
github.com/google/go-querystring v1.1.0 // indirect
41
43
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
44
+ github.com/henvic/httpretty v0.1.2 // indirect
42
45
github.com/inconshreveable/mousetrap v1.1.0 // indirect
43
46
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
47
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
44
48
github.com/kevinburke/ssh_config v1.2.0 // indirect
45
49
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
46
50
github.com/mattn/go-colorable v0.1.13 // indirect
47
- github.com/mattn/go-isatty v0.0.19 // indirect
51
+ github.com/mattn/go-isatty v0.0.20 // indirect
48
52
github.com/mattn/go-runewidth v0.0.15 // indirect
49
53
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
50
54
github.com/muesli/termenv v0.15.2 // indirect
51
55
github.com/pjbgf/sha1cd v0.3.0 // indirect
52
- github.com/rivo/uniseg v0.4.4 // indirect
56
+ github.com/rivo/uniseg v0.4.6 // indirect
53
57
github.com/sergi/go-diff v1.3.1 // indirect
54
- github.com/skeema/knownhosts v1.2.0 // indirect
55
- github.com/spf13/afero v1.6.0 // indirect
58
+ github.com/skeema/knownhosts v1.2.1 // indirect
59
+ github.com/spf13/afero v1.11.0 // indirect
60
+ github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
56
61
github.com/xanzy/ssh-agent v0.3.3 // indirect
57
- golang.org/x/crypto v0.11 .0 // indirect
58
- golang.org/x/mod v0.11 .0 // indirect
59
- golang.org/x/net v0.12 .0 // indirect
60
- golang.org/x/sys v0.14 .0 // indirect
61
- golang.org/x/term v0.11 .0 // indirect
62
- golang.org/x/text v0.12 .0 // indirect
63
- golang.org/x/tools v0.9.3 // indirect
64
- google.golang.org/appengine v1.6.7 // indirect
65
- google.golang.org/protobuf v1.31 .0 // indirect
62
+ golang.org/x/crypto v0.18 .0 // indirect
63
+ golang.org/x/mod v0.14 .0 // indirect
64
+ golang.org/x/net v0.20 .0 // indirect
65
+ golang.org/x/sys v0.16 .0 // indirect
66
+ golang.org/x/term v0.16 .0 // indirect
67
+ golang.org/x/text v0.14 .0 // indirect
68
+ golang.org/x/tools v0.17.0 // indirect
69
+ google.golang.org/appengine v1.6.8 // indirect
70
+ google.golang.org/protobuf v1.32 .0 // indirect
66
71
gopkg.in/warnings.v0 v0.1.2 // indirect
67
72
gopkg.in/yaml.v3 v3.0.1 // indirect
68
73
)
0 commit comments