Skip to content

Commit a43db61

Browse files
chore(deps): bump the go_modules group across 1 directory with 10 updates (#71)
Bumps the go_modules group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/golang/snappy](https://github.com/golang/snappy) | `0.0.4` | `1.0.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.6` | | [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.0` | `1.3.0` | | [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.53.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.7` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.0` | `0.36.0` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.32.0` | `0.36.0` | | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.32.0` | `0.36.0` | Updates `github.com/golang/snappy` from 0.0.4 to 1.0.0 - [Release notes](https://github.com/golang/snappy/releases) - [Commits](golang/snappy@v0.0.4...v1.0.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.6 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.17.11...v1.18.6) Updates `github.com/opencontainers/runtime-spec` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.2.0...v1.3.0) Updates `github.com/samber/lo` from 1.47.0 to 1.53.0 - [Release notes](https://github.com/samber/lo/releases) - [Commits](samber/lo@v1.47.0...v1.53.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.7 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.5...v2.27.7) Updates `k8s.io/apimachinery` from 0.32.0 to 0.36.0 - [Commits](kubernetes/apimachinery@v0.32.0...v0.36.0) Updates `k8s.io/cli-runtime` from 0.32.0 to 0.36.0 - [Commits](kubernetes/cli-runtime@v0.32.0...v0.36.0) Updates `k8s.io/client-go` from 0.32.0 to 0.36.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.0...v0.36.0) Updates `k8s.io/kubectl` from 0.32.0 to 0.36.0 - [Commits](kubernetes/kubectl@v0.32.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/golang/snappy dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go_modules - dependency-name: github.com/klauspost/compress dependency-version: 1.18.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/opencontainers/runtime-spec dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/samber/lo dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/urfave/cli/v2 dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go_modules - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: k8s.io/cli-runtime dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: k8s.io/client-go dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: k8s.io/kubectl dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c66cb62 commit a43db61

2 files changed

Lines changed: 148 additions & 178 deletions

File tree

go.mod

Lines changed: 44 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,45 @@
11
module github.com/nudgebee/application-profiler
22

3-
go 1.23.4
3+
go 1.26.0
44

55
require (
66
github.com/agrison/go-commons-lang v0.0.0-20240106075236-2e001e6401ef
77
github.com/alitto/pond v1.9.2
8-
github.com/golang/snappy v0.0.4
8+
github.com/golang/snappy v1.0.0
99
github.com/json-iterator/go v1.1.12
10-
github.com/klauspost/compress v1.17.11
11-
github.com/opencontainers/runtime-spec v1.2.0
10+
github.com/klauspost/compress v1.18.6
11+
github.com/opencontainers/runtime-spec v1.3.0
1212
github.com/pkg/errors v0.9.1
1313
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
14-
github.com/samber/lo v1.47.0
15-
github.com/stretchr/testify v1.10.0
16-
github.com/urfave/cli/v2 v2.27.5
17-
k8s.io/apimachinery v0.32.0
18-
k8s.io/cli-runtime v0.32.0
19-
k8s.io/client-go v0.32.0
20-
k8s.io/kubectl v0.32.0
14+
github.com/samber/lo v1.53.0
15+
github.com/stretchr/testify v1.11.1
16+
github.com/urfave/cli/v2 v2.27.7
17+
k8s.io/apimachinery v0.36.0
18+
k8s.io/cli-runtime v0.36.0
19+
k8s.io/client-go v0.36.0
20+
k8s.io/kubectl v0.36.0
2121
)
2222

2323
require (
2424
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2525
github.com/MakeNowJust/heredoc v1.0.0 // indirect
2626
github.com/blang/semver/v4 v4.0.0 // indirect
2727
github.com/chai2010/gettext-go v1.0.3 // indirect
28-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
28+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
30-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
30+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3131
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
3232
github.com/fatih/camelcase v1.0.0 // indirect
33-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
33+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3434
github.com/go-errors/errors v1.5.1 // indirect
35-
github.com/go-logr/logr v1.4.2 // indirect
35+
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3737
github.com/go-openapi/jsonreference v0.21.0 // indirect
3838
github.com/go-openapi/swag v0.23.0 // indirect
39-
github.com/gogo/protobuf v1.3.2 // indirect
40-
github.com/golang/protobuf v1.5.4 // indirect
4139
github.com/google/btree v1.1.3 // indirect
42-
github.com/google/gnostic-models v0.6.9 // indirect
43-
github.com/google/go-cmp v0.6.0 // indirect
44-
github.com/google/gofuzz v1.2.0 // indirect
45-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
40+
github.com/google/gnostic-models v0.7.0 // indirect
4641
github.com/google/uuid v1.6.0 // indirect
47-
github.com/gorilla/websocket v1.5.3 // indirect
48-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
42+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
4943
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5044
github.com/josharian/intern v1.0.0 // indirect
5145
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -54,38 +48,41 @@ require (
5448
github.com/moby/spdystream v0.5.1 // indirect
5549
github.com/moby/term v0.5.0 // indirect
5650
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
57-
github.com/modern-go/reflect2 v1.0.2 // indirect
51+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5852
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
5953
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
6154
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
6255
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6356
github.com/russross/blackfriday/v2 v2.1.0 // indirect
64-
github.com/spf13/cobra v1.8.1 // indirect
65-
github.com/spf13/pflag v1.0.5 // indirect
57+
github.com/spf13/cobra v1.10.2 // indirect
58+
github.com/spf13/pflag v1.0.9 // indirect
6659
github.com/x448/float16 v0.8.4 // indirect
6760
github.com/xlab/treeprint v1.2.0 // indirect
6861
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
69-
golang.org/x/net v0.38.0 // indirect
70-
golang.org/x/oauth2 v0.27.0 // indirect
71-
golang.org/x/sync v0.12.0 // indirect
72-
golang.org/x/sys v0.31.0 // indirect
73-
golang.org/x/term v0.30.0 // indirect
74-
golang.org/x/text v0.23.0 // indirect
75-
golang.org/x/time v0.8.0 // indirect
76-
golang.org/x/tools v0.28.0 // indirect
77-
google.golang.org/protobuf v1.36.0 // indirect
78-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
62+
go.yaml.in/yaml/v2 v2.4.3 // indirect
63+
go.yaml.in/yaml/v3 v3.0.4 // indirect
64+
golang.org/x/net v0.49.0 // indirect
65+
golang.org/x/oauth2 v0.34.0 // indirect
66+
golang.org/x/sync v0.19.0 // indirect
67+
golang.org/x/sys v0.40.0 // indirect
68+
golang.org/x/term v0.39.0 // indirect
69+
golang.org/x/text v0.33.0 // indirect
70+
golang.org/x/time v0.14.0 // indirect
71+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
72+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
7973
gopkg.in/inf.v0 v0.9.1 // indirect
8074
gopkg.in/yaml.v3 v3.0.1 // indirect
81-
k8s.io/api v0.32.0 // indirect
82-
k8s.io/component-base v0.32.0 // indirect
83-
k8s.io/klog/v2 v2.130.1 // indirect
84-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
85-
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
86-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
87-
sigs.k8s.io/kustomize/api v0.18.0 // indirect
88-
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
89-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
90-
sigs.k8s.io/yaml v1.4.0 // indirect
75+
k8s.io/api v0.36.0 // indirect
76+
k8s.io/component-base v0.36.0 // indirect
77+
k8s.io/component-helpers v0.36.0 // indirect
78+
k8s.io/klog/v2 v2.140.0 // indirect
79+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
80+
k8s.io/streaming v0.36.0 // indirect
81+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
82+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
83+
sigs.k8s.io/kustomize/api v0.21.1 // indirect
84+
sigs.k8s.io/kustomize/kyaml v0.21.1 // indirect
85+
sigs.k8s.io/randfill v1.0.0 // indirect
86+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
87+
sigs.k8s.io/yaml v1.6.0 // indirect
9188
)

0 commit comments

Comments
 (0)