Skip to content

Commit a9ea0f9

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6246d88 commit a9ea0f9

File tree

4 files changed

+78
-76
lines changed

4 files changed

+78
-76
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
terraform 1.4.5
2-
golang 1.21.13
2+
golang 1.24.2

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2.1729776560 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1743582279@sha256:42c9557a27ecb3909796ad47170ad6c06a023fde89588526cb8f2b0e4e6bae84 AS builder
22
WORKDIR /build
33
RUN git config --global --add safe.directory /build
44
COPY . .
@@ -8,7 +8,7 @@ FROM builder AS test
88

99
RUN make lint vet
1010

11-
FROM registry.access.redhat.com/ubi9:9.5-1739751568 AS downloader
11+
FROM registry.access.redhat.com/ubi9:9.5-1742918310@sha256:a1804302f6f53e04cc1c6b20bc2204d5c9ae6e5a664174b38fbeeb30f7983d4e AS downloader
1212
WORKDIR /download
1313
ENV TENV_VERSION=3.2.10
1414

@@ -26,7 +26,7 @@ RUN ${TFENV_BIN} tf install 1.4.5 && \
2626
${TFENV_BIN} tf install 1.7.5 && \
2727
${TFENV_BIN} tf install 1.8.5
2828

29-
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 AS prod
29+
FROM registry.access.redhat.com/ubi9-minimal:9.5-1742914212@sha256:ac61c96b93894b9169221e87718733354dd3765dd4a62b275893c7ff0d876869 AS prod
3030
COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
3131
COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
3232
COPY LICENSE /licenses/LICENSE

go.mod

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,58 @@
11
module github.com/app-sre/terraform-repo-executor
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.23.8
46

57
require (
6-
github.com/go-git/go-git/v5 v5.12.0
7-
github.com/hashicorp/terraform-exec v0.21.0
8+
github.com/go-git/go-git/v5 v5.14.0
9+
github.com/hashicorp/terraform-exec v0.22.0
810
github.com/hashicorp/vault/api v1.16.0
911
github.com/lithammer/dedent v1.1.0
10-
github.com/stretchr/testify v1.9.0
12+
github.com/stretchr/testify v1.10.0
1113
gopkg.in/yaml.v3 v3.0.1
1214
)
1315

1416
require (
1517
dario.cat/mergo v1.0.1 // indirect
1618
github.com/Microsoft/go-winio v0.6.2 // indirect
17-
github.com/ProtonMail/go-crypto v1.1.0-beta.0-proton // indirect
19+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
1820
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
1921
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
20-
github.com/cloudflare/circl v1.3.7 // indirect
21-
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
22+
github.com/cloudflare/circl v1.6.0 // indirect
23+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2224
github.com/davecgh/go-spew v1.1.1 // indirect
2325
github.com/emirpasic/gods v1.18.1 // indirect
2426
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
25-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
26-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
27-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
28+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
29+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
2830
github.com/hashicorp/errwrap v1.1.0 // indirect
2931
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3032
github.com/hashicorp/go-multierror v1.1.1 // indirect
3133
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3234
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
33-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
35+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
3436
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
3537
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
3638
github.com/hashicorp/go-version v1.7.0 // indirect
3739
github.com/hashicorp/hcl v1.0.0 // indirect
38-
github.com/hashicorp/terraform-json v0.23.0 // indirect
40+
github.com/hashicorp/terraform-json v0.24.0 // indirect
3941
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4042
github.com/kevinburke/ssh_config v1.2.0 // indirect
4143
github.com/mitchellh/go-homedir v1.1.0 // indirect
4244
github.com/mitchellh/mapstructure v1.5.0 // indirect
43-
github.com/pjbgf/sha1cd v0.3.0 // indirect
45+
github.com/pjbgf/sha1cd v0.3.2 // indirect
4446
github.com/pmezard/go-difflib v1.0.0 // indirect
4547
github.com/ryanuber/go-glob v1.0.0 // indirect
4648
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
47-
github.com/skeema/knownhosts v1.3.0 // indirect
49+
github.com/skeema/knownhosts v1.3.1 // indirect
4850
github.com/xanzy/ssh-agent v0.3.3 // indirect
49-
github.com/zclconf/go-cty v1.15.0 // indirect
50-
golang.org/x/crypto v0.32.0 // indirect
51-
golang.org/x/net v0.34.0 // indirect
52-
golang.org/x/sys v0.29.0 // indirect
53-
golang.org/x/text v0.21.0 // indirect
54-
golang.org/x/time v0.7.0 // indirect
51+
github.com/zclconf/go-cty v1.16.2 // indirect
52+
golang.org/x/crypto v0.37.0 // indirect
53+
golang.org/x/net v0.38.0 // indirect
54+
golang.org/x/sys v0.32.0 // indirect
55+
golang.org/x/text v0.24.0 // indirect
56+
golang.org/x/time v0.11.0 // indirect
5557
gopkg.in/warnings.v0 v0.1.2 // indirect
5658
)

0 commit comments

Comments
 (0)