|
1 | 1 | module github.com/defenseunicorns/uds-pk |
2 | 2 |
|
3 | | -go 1.24.2 |
| 3 | +go 1.24.6 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/CycloneDX/cyclonedx-go v0.9.2 |
7 | | - github.com/defenseunicorns/uds-cli v0.27.8 |
| 7 | + github.com/defenseunicorns/uds-cli v0.27.13 |
8 | 8 | github.com/go-git/go-git/v5 v5.16.2 |
9 | 9 | github.com/goccy/go-yaml v1.18.0 |
10 | 10 | github.com/google/go-github/v69 v69.2.0 |
11 | | - github.com/mikefarah/yq/v4 v4.45.4 |
12 | | - github.com/olekukonko/tablewriter v0.0.5 |
13 | | - github.com/spf13/cobra v1.9.1 |
14 | | - github.com/stretchr/testify v1.10.0 |
15 | | - github.com/zarf-dev/zarf v0.57.0 |
| 11 | + github.com/mikefarah/yq/v4 v4.47.2 |
| 12 | + github.com/olekukonko/tablewriter v1.0.9 |
| 13 | + github.com/spf13/cobra v1.10.1 |
| 14 | + github.com/stretchr/testify v1.11.1 |
| 15 | + github.com/zarf-dev/zarf v0.61.2 |
16 | 16 | gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 |
17 | 17 | ) |
18 | 18 |
|
19 | 19 | require ( |
| 20 | + github.com/go-ini/ini v1.67.0 // indirect |
20 | 21 | github.com/mikelolasagasti/xz v1.0.1 // indirect |
21 | 22 | github.com/minio/minlz v1.0.0 // indirect |
| 23 | + github.com/olekukonko/errors v1.1.0 // indirect |
| 24 | + github.com/olekukonko/ll v0.0.9 // indirect |
| 25 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 26 | + golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect |
22 | 27 | ) |
23 | 28 |
|
24 | 29 | require ( |
@@ -70,17 +75,17 @@ require ( |
70 | 75 | github.com/sergi/go-diff v1.4.0 // indirect |
71 | 76 | github.com/skeema/knownhosts v1.3.1 // indirect |
72 | 77 | github.com/sorairolake/lzip-go v0.3.5 // indirect |
73 | | - github.com/spf13/pflag v1.0.6 // indirect |
74 | | - github.com/ulikunitz/xz v0.5.12 // indirect |
| 78 | + github.com/spf13/pflag v1.0.10 // indirect |
| 79 | + github.com/ulikunitz/xz v0.5.14 // indirect |
75 | 80 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
76 | 81 | github.com/yuin/gopher-lua v1.1.1 // indirect |
77 | | - gitlab.com/gitlab-org/api/client-go v0.134.0 |
| 82 | + gitlab.com/gitlab-org/api/client-go v0.146.0 |
78 | 83 | go4.org v0.0.0-20230225012048-214862532bf5 // indirect |
79 | | - golang.org/x/crypto v0.39.0 // indirect |
80 | | - golang.org/x/net v0.41.0 // indirect |
| 84 | + golang.org/x/crypto v0.41.0 // indirect |
| 85 | + golang.org/x/net v0.43.0 // indirect |
81 | 86 | golang.org/x/oauth2 v0.30.0 // indirect |
82 | | - golang.org/x/sys v0.33.0 // indirect |
83 | | - golang.org/x/text v0.26.0 // indirect |
| 87 | + golang.org/x/sys v0.35.0 // indirect |
| 88 | + golang.org/x/text v0.28.0 // indirect |
84 | 89 | golang.org/x/time v0.12.0 // indirect |
85 | 90 | gopkg.in/warnings.v0 v0.1.2 // indirect |
86 | 91 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments