Skip to content

Commit a1146f8

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa3d575 commit a1146f8

File tree

4 files changed

+9
-334
lines changed

4 files changed

+9
-334
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go
23-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
23+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2424
with:
2525
go-version: 1.19
2626
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
@@ -31,10 +31,10 @@ jobs:
3131
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3232
restore-keys: |
3333
${{ runner.os }}-go-
34-
- uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 # v3.0.3
35-
- uses: anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624 # v0.14.1
34+
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
35+
- uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
37+
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
3838
with:
3939
version: latest
4040
args: release --clean

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32-
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
32+
uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
3333
with:
3434
sarif_file: semgrep.sarif
3535
if: always()

go.mod

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/pflag v1.0.5
1313
github.com/spf13/viper v1.16.0
1414
github.com/stackitcloud/stackit-dns-api-client-go v0.0.0-20230228185514-6838d6d6f051
15-
github.com/stretchr/testify v1.8.3
15+
github.com/stretchr/testify v1.8.4
1616
go.uber.org/mock v0.2.0
1717
go.uber.org/zap v1.24.0
1818
sigs.k8s.io/external-dns v0.13.5
@@ -24,34 +24,26 @@ require (
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
27-
github.com/emirpasic/gods v1.12.0 // indirect
2827
github.com/fsnotify/fsnotify v1.6.0 // indirect
2928
github.com/go-logr/logr v1.2.4 // indirect
3029
github.com/gogo/protobuf v1.3.2 // indirect
31-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3230
github.com/golang/protobuf v1.5.3 // indirect
3331
github.com/google/go-cmp v0.5.9 // indirect
34-
github.com/google/go-licenses v1.6.0 // indirect
3532
github.com/google/gofuzz v1.2.0 // indirect
36-
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 // indirect
3733
github.com/google/uuid v1.3.0 // indirect
3834
github.com/hashicorp/hcl v1.0.0 // indirect
3935
github.com/inconshreveable/mousetrap v1.1.0 // indirect
40-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4136
github.com/jmespath/go-jmespath v0.4.0 // indirect
4237
github.com/json-iterator/go v1.1.12 // indirect
43-
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
4438
github.com/klauspost/compress v1.16.7 // indirect
4539
github.com/magiconair/properties v1.8.7 // indirect
4640
github.com/mattn/go-colorable v0.1.13 // indirect
4741
github.com/mattn/go-isatty v0.0.19 // indirect
4842
github.com/mattn/go-runewidth v0.0.14 // indirect
4943
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
50-
github.com/mitchellh/go-homedir v1.1.0 // indirect
5144
github.com/mitchellh/mapstructure v1.5.0 // indirect
5245
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5346
github.com/modern-go/reflect2 v1.0.2 // indirect
54-
github.com/otiai10/copy v1.6.0 // indirect
5547
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
5648
github.com/philhofer/fwd v1.1.2 // indirect
5749
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -62,35 +54,25 @@ require (
6254
github.com/rogpeppe/go-internal v1.11.0 // indirect
6355
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
6456
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
65-
github.com/sergi/go-diff v1.2.0 // indirect
6657
github.com/sirupsen/logrus v1.9.3 // indirect
6758
github.com/spf13/afero v1.9.5 // indirect
6859
github.com/spf13/cast v1.5.1 // indirect
6960
github.com/spf13/jwalterweatherman v1.1.0 // indirect
70-
github.com/src-d/gcfg v1.4.0 // indirect
7161
github.com/subosito/gotenv v1.4.2 // indirect
7262
github.com/tinylib/msgp v1.1.8 // indirect
7363
github.com/valyala/bytebufferpool v1.0.0 // indirect
7464
github.com/valyala/fasthttp v1.48.0 // indirect
7565
github.com/valyala/tcplisten v1.0.0 // indirect
76-
github.com/xanzy/ssh-agent v0.2.1 // indirect
77-
go.opencensus.io v0.24.0 // indirect
7866
go.uber.org/atomic v1.11.0 // indirect
7967
go.uber.org/multierr v1.11.0 // indirect
80-
golang.org/x/crypto v0.11.0 // indirect
81-
golang.org/x/mod v0.9.0 // indirect
8268
golang.org/x/net v0.12.0 // indirect
8369
golang.org/x/oauth2 v0.10.0 // indirect
8470
golang.org/x/sys v0.10.0 // indirect
8571
golang.org/x/text v0.11.0 // indirect
86-
golang.org/x/tools v0.7.0 // indirect
8772
google.golang.org/appengine v1.6.7 // indirect
8873
google.golang.org/protobuf v1.31.0 // indirect
8974
gopkg.in/inf.v0 v0.9.1 // indirect
9075
gopkg.in/ini.v1 v1.67.0 // indirect
91-
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
92-
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
93-
gopkg.in/warnings.v0 v0.1.2 // indirect
9476
gopkg.in/yaml.v2 v2.4.0 // indirect
9577
gopkg.in/yaml.v3 v3.0.1 // indirect
9678
k8s.io/apimachinery v0.27.3 // indirect

0 commit comments

Comments
 (0)