Skip to content

Commit 235433e

Browse files
build(deps): bump github.com/a8m/envsubst from 1.4.2 to 1.4.3 (#650)
* build(deps): bump github.com/a8m/envsubst from 1.4.2 to 1.4.3 Bumps [github.com/a8m/envsubst](https://github.com/a8m/envsubst) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/a8m/envsubst/releases) - [Commits](a8m/envsubst@v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: github.com/a8m/envsubst dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix more issues Signed-off-by: yxxhero <aiopsclub@163.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: yxxhero <aiopsclub@163.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yxxhero <aiopsclub@163.com>
1 parent 3d87b7b commit 235433e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Golangci lint
2626
uses: golangci/golangci-lint-action@v6
2727
with:
28-
version: v1.61.0
28+
version: v1.64.5

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/helmfile/vals
22

3-
go 1.23.1
3+
go 1.24
44

55
require (
66
cloud.google.com/go/kms v1.20.5
@@ -12,7 +12,7 @@ require (
1212
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
1313
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.1
1414
github.com/DopplerHQ/cli v0.5.11-0.20230908185655-7aef4713e1a4
15-
github.com/a8m/envsubst v1.4.2
15+
github.com/a8m/envsubst v1.4.3
1616
github.com/antchfx/jsonquery v1.3.6
1717
github.com/antchfx/xpath v1.3.3
1818
github.com/aws/aws-sdk-go v1.55.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
106106
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
107107
github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk=
108108
github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
109-
github.com/a8m/envsubst v1.4.2 h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg=
110-
github.com/a8m/envsubst v1.4.2/go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY=
109+
github.com/a8m/envsubst v1.4.3 h1:kDF7paGK8QACWYaQo6KtyYBozY2jhQrTuNNuUxQkhJY=
110+
github.com/a8m/envsubst v1.4.3/go.mod h1:4jjHWQlZoaXPoLQUb7H2qT4iLkZDdmEQiOUogdUmqVU=
111111
github.com/antchfx/jsonquery v1.3.6 h1:TaSfeAh7n6T11I74bsZ1FswreIfrbJ0X+OyLflx6mx4=
112112
github.com/antchfx/jsonquery v1.3.6/go.mod h1:fGzSGJn9Y826Qd3pC8Wx45avuUwpkePsACQJYy+58BU=
113113
github.com/antchfx/xpath v1.3.2/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=

0 commit comments

Comments
 (0)