Skip to content

Commit d9db6ed

Browse files
fix(deps): update uds package kit support dependencies (#40)
| datasource | package | from | to | | -------------- | ----------------------------------------------------------- | -------- | -------- | | docker | cgr.dev/du-uds-defenseunicorns/curl-fips | 8.12.0 | 8.12.1 | | docker | cgr.dev/du-uds-defenseunicorns/mattermost | 10.4.2 | 10.5.1 | | docker | curlimages/curl | 8.12.0 | 8.12.1 | | github-tags | defenseunicorns/uds-cli | v0.21.0 | v0.23.0 | | github-tags | defenseunicorns/uds-common | v1.8.0 | v1.10.0 | | go | github.com/defenseunicorns/uds-cli | v0.21.0 | v0.23.0 | | go | github.com/go-git/go-git/v5 | v5.13.2 | v5.14.0 | | go | github.com/goccy/go-yaml | v1.15.20 | v1.15.23 | | go | github.com/google/go-github/v66 | v66.0.0 | v69.2.0 | | go | github.com/google/go-github/v69 | v69.0.0 | v69.2.0 | | go | github.com/spf13/cobra | v1.8.1 | v1.9.1 | | go | github.com/zarf-dev/zarf | v0.48.1 | v0.49.1 | | github-tags | github/codeql-action | v3.28.9 | v3.28.10 | | golang-version | go | 1.23.6 | 1.24.1 | | helm | mattermost-enterprise-edition | 2.6.68 | 2.6.69 | | docker | mattermost/mattermost-enterprise-edition | 10.5.0 | 10.5.1 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.4.2 | 10.5.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9a1e26 commit d9db6ed

File tree

12 files changed

+129
-42
lines changed

12 files changed

+129
-42
lines changed

.github/actions/install-uds-cli/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
udsCliVersion:
1010
description: The uds-cli version to install
1111
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
12-
default: 0.21.0
12+
default: 0.23.0
1313

1414
runs:
1515
using: composite

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1
3030
with:
3131
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
32-
version: v0.21.0
32+
version: v0.23.0
3333

3434
- name: Install lint deps
3535
run: |

.github/workflows/scan-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: uds run build-cli-linux-amd
5252

5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
54+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
5555
env:
5656
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
5757
with:
@@ -60,6 +60,6 @@ jobs:
6060

6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
63+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
6464
with:
6565
category: "/language:${{matrix.language}}"

go.mod

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module github.com/defenseunicorns/uds-pk
22

3-
go 1.23.3
3+
go 1.23.6
44

5-
toolchain go1.23.6
5+
toolchain go1.24.1
66

77
require (
8-
github.com/defenseunicorns/uds-cli v0.21.0
9-
github.com/go-git/go-git/v5 v5.13.2
10-
github.com/goccy/go-yaml v1.15.20
8+
github.com/defenseunicorns/uds-cli v0.23.0
9+
github.com/go-git/go-git/v5 v5.14.0
10+
github.com/goccy/go-yaml v1.15.23
1111
github.com/google/go-github/v66 v66.0.0
12-
github.com/google/go-github/v69 v69.0.0
12+
github.com/google/go-github/v69 v69.2.0
1313
github.com/mikefarah/yq/v4 v4.45.1
14-
github.com/spf13/cobra v1.8.1
14+
github.com/spf13/cobra v1.9.1
1515
github.com/stretchr/testify v1.10.0
1616
github.com/xanzy/go-gitlab v0.115.0
17-
github.com/zarf-dev/zarf v0.48.1
17+
github.com/zarf-dev/zarf v0.49.1
1818
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
1919
)
2020

@@ -25,59 +25,77 @@ require (
2525
dario.cat/mergo v1.0.1 // indirect
2626
github.com/Microsoft/go-winio v0.6.2 // indirect
2727
github.com/ProtonMail/go-crypto v1.1.5 // indirect
28+
github.com/STARRY-S/zip v0.2.1 // indirect
2829
github.com/a8m/envsubst v1.4.2 // indirect
2930
github.com/alecthomas/participle/v2 v2.1.1 // indirect
31+
github.com/andybalholm/brotli v1.1.1 // indirect
3032
github.com/bahlo/generic-list-go v0.2.0 // indirect
33+
github.com/bodgit/plumbing v1.3.0 // indirect
34+
github.com/bodgit/sevenzip v1.6.0 // indirect
35+
github.com/bodgit/windows v1.0.1 // indirect
3136
github.com/buger/jsonparser v1.1.1 // indirect
32-
github.com/cloudflare/circl v1.3.8 // indirect
37+
github.com/cloudflare/circl v1.6.0 // indirect
3338
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
34-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
39+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3540
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3641
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1 // indirect
3742
github.com/dimchansky/utfbom v1.1.1 // indirect
43+
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
3844
github.com/elliotchance/orderedmap v1.7.1 // indirect
3945
github.com/emirpasic/gods v1.18.1 // indirect
4046
github.com/fatih/color v1.18.0 // indirect
4147
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4248
github.com/go-git/go-billy/v5 v5.6.2 // indirect
4349
github.com/goccy/go-json v0.10.4 // indirect
44-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
50+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
4551
github.com/google/go-querystring v1.1.0 // indirect
4652
github.com/gookit/color v1.5.4 // indirect
53+
github.com/hashicorp/errwrap v1.1.0 // indirect
4754
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
55+
github.com/hashicorp/go-multierror v1.1.1 // indirect
4856
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
57+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
4958
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5059
github.com/invopop/jsonschema v0.13.0 // indirect
5160
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5261
github.com/jinzhu/copier v0.4.0 // indirect
5362
github.com/kevinburke/ssh_config v1.2.0 // indirect
63+
github.com/klauspost/compress v1.17.11 // indirect
64+
github.com/klauspost/pgzip v1.2.6 // indirect
5465
github.com/lithammer/fuzzysearch v1.1.8 // indirect
5566
github.com/magiconair/properties v1.8.9 // indirect
5667
github.com/mailru/easyjson v0.7.7 // indirect
57-
github.com/mattn/go-colorable v0.1.13 // indirect
68+
github.com/mattn/go-colorable v0.1.14 // indirect
5869
github.com/mattn/go-isatty v0.0.20 // indirect
5970
github.com/mattn/go-runewidth v0.0.16 // indirect
71+
github.com/mholt/archives v0.1.0 // indirect
72+
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect
6073
github.com/otiai10/copy v1.14.1 // indirect
6174
github.com/otiai10/mint v1.6.3 // indirect
6275
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
76+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
6377
github.com/pjbgf/sha1cd v0.3.2 // indirect
6478
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6579
github.com/pterm/pterm v0.12.79 // indirect
6680
github.com/rivo/uniseg v0.4.7 // indirect
6781
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
68-
github.com/skeema/knownhosts v1.3.0 // indirect
82+
github.com/skeema/knownhosts v1.3.1 // indirect
83+
github.com/sorairolake/lzip-go v0.3.5 // indirect
6984
github.com/spf13/pflag v1.0.6 // indirect
85+
github.com/therootcompany/xz v1.0.1 // indirect
86+
github.com/ulikunitz/xz v0.5.12 // indirect
7087
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
7188
github.com/xanzy/ssh-agent v0.3.3 // indirect
7289
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
7390
github.com/yuin/gopher-lua v1.1.1 // indirect
74-
golang.org/x/crypto v0.32.0 // indirect
75-
golang.org/x/net v0.34.0 // indirect
91+
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
92+
golang.org/x/crypto v0.36.0 // indirect
93+
golang.org/x/net v0.37.0 // indirect
7694
golang.org/x/oauth2 v0.25.0 // indirect
77-
golang.org/x/sync v0.11.0 // indirect
78-
golang.org/x/sys v0.30.0 // indirect
79-
golang.org/x/term v0.29.0 // indirect
80-
golang.org/x/text v0.21.0 // indirect
95+
golang.org/x/sync v0.12.0 // indirect
96+
golang.org/x/sys v0.31.0 // indirect
97+
golang.org/x/term v0.30.0 // indirect
98+
golang.org/x/text v0.23.0 // indirect
8199
golang.org/x/time v0.8.0 // indirect
82100
gopkg.in/warnings.v0 v0.1.2 // indirect
83101
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)