Skip to content

Commit 911f3e1

Browse files
chore(deps): bump the go-deps group with 9 updates
Bumps the go-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.0` | `1.10.2` | | [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.16.19` | `1.16.29` | | [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.0` | `1.22.2` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.22.2` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.35.1` | `1.36.2` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.0` | | [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.11.0` | | [github.com/jonathan-innis/aws-sdk-go-prometheus](https://github.com/jonathan-innis/aws-sdk-go-prometheus) | `0.1.0` | `0.1.1` | Updates `github.com/PuerkitoBio/goquery` from 1.10.0 to 1.10.2 - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](PuerkitoBio/goquery@v1.10.0...v1.10.2) Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.19 to 1.16.29 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ram/v1.16.19...feature/ec2/imds/v1.16.29) Updates `github.com/aws/smithy-go` from 1.22.0 to 1.22.2 - [Release notes](https://github.com/aws/smithy-go/releases) - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md) - [Commits](aws/smithy-go@v1.22.0...v1.22.2) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.22.2 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.21.0...v2.22.2) Updates `github.com/onsi/gomega` from 1.35.1 to 1.36.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.35.1...v1.36.2) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.21.0) Updates `github.com/samber/lo` from 1.47.0 to 1.49.1 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.49.1) Updates `golang.org/x/sync` from 0.9.0 to 0.11.0 - [Commits](golang/sync@v0.9.0...v0.11.0) Updates `github.com/jonathan-innis/aws-sdk-go-prometheus` from 0.1.0 to 0.1.1 - [Commits](jonathan-innis/aws-sdk-go-prometheus@v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/aws/smithy-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/samber/lo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/jonathan-innis/aws-sdk-go-prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f87ee13 commit 911f3e1

File tree

2 files changed

+96
-66
lines changed

2 files changed

+96
-66
lines changed

go.mod

+21-21
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.23.2
44

55
require (
66
github.com/Pallinder/go-randomdata v1.2.0
7-
github.com/PuerkitoBio/goquery v1.10.0
7+
github.com/PuerkitoBio/goquery v1.10.2
88
github.com/avast/retry-go v3.0.0+incompatible
9-
github.com/aws/aws-sdk-go-v2 v1.32.4
9+
github.com/aws/aws-sdk-go-v2 v1.36.2
1010
github.com/aws/aws-sdk-go-v2/config v1.28.1
11-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19
11+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.29
1212
github.com/aws/aws-sdk-go-v2/service/ec2 v1.187.0
1313
github.com/aws/aws-sdk-go-v2/service/eks v1.50.2
1414
github.com/aws/aws-sdk-go-v2/service/fis v1.30.3
@@ -19,22 +19,22 @@ require (
1919
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3
2020
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.2
2121
github.com/aws/karpenter-provider-aws/tools/kompat v0.0.0-20240410220356-6b868db24881
22-
github.com/aws/smithy-go v1.22.0
22+
github.com/aws/smithy-go v1.22.2
2323
github.com/awslabs/amazon-eks-ami/nodeadm v0.0.0-20240229193347-cfab22a10647
2424
github.com/awslabs/operatorpkg v0.0.0-20241115011931-885371bcf05d
2525
github.com/go-logr/zapr v1.3.0
2626
github.com/imdario/mergo v0.3.16
2727
github.com/mitchellh/hashstructure/v2 v2.0.2
28-
github.com/onsi/ginkgo/v2 v2.21.0
29-
github.com/onsi/gomega v1.35.1
28+
github.com/onsi/ginkgo/v2 v2.22.2
29+
github.com/onsi/gomega v1.36.2
3030
github.com/patrickmn/go-cache v2.1.0+incompatible
3131
github.com/pelletier/go-toml/v2 v2.2.3
32-
github.com/prometheus/client_golang v1.20.5
33-
github.com/samber/lo v1.47.0
32+
github.com/prometheus/client_golang v1.21.0
33+
github.com/samber/lo v1.49.1
3434
go.uber.org/multierr v1.11.0
3535
go.uber.org/zap v1.27.0
3636
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
37-
golang.org/x/sync v0.9.0
37+
golang.org/x/sync v0.11.0
3838
k8s.io/api v0.31.2
3939
k8s.io/apiextensions-apiserver v0.31.2
4040
k8s.io/apimachinery v0.31.2
@@ -60,7 +60,7 @@ require (
6060

6161
require (
6262
github.com/Masterminds/semver/v3 v3.2.1 // indirect
63-
github.com/andybalholm/cascadia v1.3.2 // indirect
63+
github.com/andybalholm/cascadia v1.3.3 // indirect
6464
github.com/beorn7/perks v1.0.1 // indirect
6565
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6666
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -80,14 +80,14 @@ require (
8080
github.com/google/gnostic-models v0.6.8 // indirect
8181
github.com/google/go-cmp v0.6.0 // indirect
8282
github.com/google/gofuzz v1.2.0 // indirect
83-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
83+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
8484
github.com/google/uuid v1.6.0 // indirect
8585
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8686
github.com/jmespath/go-jmespath v0.4.0 // indirect
87-
github.com/jonathan-innis/aws-sdk-go-prometheus v0.1.0
87+
github.com/jonathan-innis/aws-sdk-go-prometheus v0.1.1
8888
github.com/josharian/intern v1.0.0 // indirect
8989
github.com/json-iterator/go v1.1.12 // indirect
90-
github.com/klauspost/compress v1.17.9 // indirect
90+
github.com/klauspost/compress v1.17.11 // indirect
9191
github.com/mailru/easyjson v0.7.7 // indirect
9292
github.com/mattn/go-runewidth v0.0.15 // indirect
9393
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -97,22 +97,22 @@ require (
9797
github.com/olekukonko/tablewriter v0.0.5 // indirect
9898
github.com/pkg/errors v0.9.1 // indirect
9999
github.com/prometheus/client_model v0.6.1 // indirect
100-
github.com/prometheus/common v0.55.0 // indirect
100+
github.com/prometheus/common v0.62.0 // indirect
101101
github.com/prometheus/procfs v0.15.1 // indirect
102102
github.com/rivo/uniseg v0.4.4 // indirect
103103
github.com/robfig/cron/v3 v3.0.1 // indirect
104104
github.com/spf13/cobra v1.8.1 // indirect
105105
github.com/spf13/pflag v1.0.5 // indirect
106106
github.com/x448/float16 v0.8.4 // indirect
107-
golang.org/x/net v0.30.0 // indirect
108-
golang.org/x/oauth2 v0.21.0 // indirect
109-
golang.org/x/sys v0.26.0 // indirect
110-
golang.org/x/term v0.25.0 // indirect
111-
golang.org/x/text v0.20.0 // indirect
107+
golang.org/x/net v0.35.0 // indirect
108+
golang.org/x/oauth2 v0.24.0 // indirect
109+
golang.org/x/sys v0.30.0 // indirect
110+
golang.org/x/term v0.29.0 // indirect
111+
golang.org/x/text v0.22.0 // indirect
112112
golang.org/x/time v0.8.0 // indirect
113-
golang.org/x/tools v0.26.0 // indirect
113+
golang.org/x/tools v0.28.0 // indirect
114114
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
115-
google.golang.org/protobuf v1.35.1 // indirect
115+
google.golang.org/protobuf v1.36.1 // indirect
116116
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
117117
gopkg.in/inf.v0 v0.9.1 // indirect
118118
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)