1
1
module github.com/unikraft/governance
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
- toolchain go1.22.0
5
+ toolchain go1.22.2
6
6
7
7
require (
8
8
github.com/MakeNowJust/heredoc v1.0.0
9
9
github.com/bmatcuk/doublestar v1.3.4
10
10
github.com/go-git/go-git/v5 v5.12.0
11
- github.com/google/go-github/v32 v32.1 .0
11
+ github.com/google/go-github/v63 v63.0 .0
12
12
github.com/hairyhenderson/go-codeowners v0.4.0
13
13
github.com/muesli/reflow v0.3.0
14
14
github.com/rancher/wrangler v1.1.2
15
15
github.com/sirupsen/logrus v1.9.3
16
- github.com/spf13/cobra v1.8.0
16
+ github.com/spf13/cobra v1.8.1
17
17
github.com/spf13/pflag v1.0.5
18
18
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
19
- golang.org/x/oauth2 v0.19 .0
19
+ golang.org/x/oauth2 v0.22 .0
20
20
gopkg.in/yaml.v2 v2.4.0
21
- kraftkit.sh v0.8.5
21
+ kraftkit.sh v0.9.1
22
22
)
23
23
24
24
require (
25
25
dario.cat/mergo v1.0.0 // indirect
26
26
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
27
- github.com/Microsoft/go-winio v0.6.1 // indirect
27
+ github.com/Microsoft/go-winio v0.6.2 // indirect
28
28
github.com/ProtonMail/go-crypto v1.0.0 // indirect
29
29
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
30
- github.com/briandowns/spinner v1.23.0 // indirect
31
- github.com/charmbracelet/lipgloss v0.10.0 // indirect
30
+ github.com/briandowns/spinner v1.23.1 // indirect
31
+ github.com/charmbracelet/lipgloss v0.12.1 // indirect
32
+ github.com/charmbracelet/x/ansi v0.1.4 // indirect
32
33
github.com/cli/go-gh v1.2.1 // indirect
33
34
github.com/cli/safeexec v1.0.1 // indirect
34
35
github.com/cloudflare/circl v1.3.7 // indirect
35
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
36
+ github.com/compose-spec/compose-go/v2 v2.1.4 // indirect
37
+ github.com/cyphar/filepath-securejoin v0.3.1 // indirect
38
+ github.com/distribution/reference v0.6.0 // indirect
39
+ github.com/docker/cli v27.1.1+incompatible // indirect
40
+ github.com/docker/docker-credential-helpers v0.8.1 // indirect
41
+ github.com/docker/go-connections v0.5.0 // indirect
42
+ github.com/docker/go-units v0.5.0 // indirect
36
43
github.com/emirpasic/gods v1.18.1 // indirect
37
44
github.com/fatih/color v1.16.0 // indirect
38
45
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
39
46
github.com/go-git/go-billy/v5 v5.5.0 // indirect
47
+ github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
40
48
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
41
49
github.com/google/go-querystring v1.1.0 // indirect
42
50
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -47,20 +55,24 @@ require (
47
55
github.com/mattn/go-colorable v0.1.13 // indirect
48
56
github.com/mattn/go-isatty v0.0.20 // indirect
49
57
github.com/mattn/go-runewidth v0.0.15 // indirect
58
+ github.com/mattn/go-shellwords v1.0.12 // indirect
50
59
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
60
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
51
61
github.com/muesli/termenv v0.15.2 // indirect
62
+ github.com/opencontainers/go-digest v1.0.0 // indirect
52
63
github.com/pjbgf/sha1cd v0.3.0 // indirect
64
+ github.com/pkg/errors v0.9.1 // indirect
53
65
github.com/rivo/uniseg v0.4.7 // indirect
54
66
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
55
67
github.com/skeema/knownhosts v1.2.2 // indirect
56
68
github.com/xanzy/ssh-agent v0.3.3 // indirect
57
- golang.org/x/crypto v0.22 .0 // indirect
58
- golang.org/x/mod v0.16.0 // indirect
59
- golang.org/x/net v0.24 .0 // indirect
60
- golang.org/x/sys v0.19 .0 // indirect
61
- golang.org/x/term v0.19 .0 // indirect
62
- golang.org/x/text v0.14 .0 // indirect
63
- golang.org/x/tools v0.17 .0 // indirect
69
+ golang.org/x/crypto v0.25 .0 // indirect
70
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
71
+ golang.org/x/net v0.27 .0 // indirect
72
+ golang.org/x/sync v0.7 .0 // indirect
73
+ golang.org/x/sys v0.22 .0 // indirect
74
+ golang.org/x/term v0.22 .0 // indirect
75
+ golang.org/x/text v0.16 .0 // indirect
64
76
gopkg.in/warnings.v0 v0.1.2 // indirect
65
77
gopkg.in/yaml.v3 v3.0.1 // indirect
66
78
)
0 commit comments