@@ -3,27 +3,27 @@ module lunchpail.io
3
3
go 1.23.3
4
4
5
5
require (
6
- github.com/IBM/go-sdk-core/v5 v5.18.1
6
+ github.com/IBM/go-sdk-core/v5 v5.18.3
7
7
github.com/bep/debounce v1.2.1
8
- github.com/charmbracelet/lipgloss v0.13.1
8
+ github.com/charmbracelet/lipgloss v1.0.0
9
9
github.com/dustin/go-humanize v1.0.1
10
10
github.com/google/uuid v1.6.0
11
11
github.com/hairyhenderson/go-which v0.2.0
12
12
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
13
- github.com/minio/minio-go/v7 v7.0.80
14
- github.com/mittwald/go-helm-client v0.12.14
13
+ github.com/minio/minio-go/v7 v7.0.82
14
+ github.com/mittwald/go-helm-client v0.12.16
15
15
github.com/nxadm/tail v1.4.11
16
16
github.com/rclone/rclone v1.68.2
17
- github.com/shirou/gopsutil/v4 v4.24.9
17
+ github.com/shirou/gopsutil/v4 v4.24.11
18
18
github.com/spf13/cobra v1.8.1
19
19
go.uber.org/automaxprocs v1.6.0
20
- golang.org/x/sync v0.9 .0
21
- golang.org/x/term v0.26 .0
20
+ golang.org/x/sync v0.10 .0
21
+ golang.org/x/term v0.27 .0
22
22
gopkg.in/yaml.v3 v3.0.1
23
- k8s.io/api v0.31.2
24
- k8s.io/apimachinery v0.31.2
25
- k8s.io/client-go v0.31.2
26
- k8s.io/kubernetes v1.31.2
23
+ k8s.io/api v0.32.0
24
+ k8s.io/apimachinery v0.32.0
25
+ k8s.io/client-go v0.32.0
26
+ k8s.io/kubernetes v1.32.0
27
27
)
28
28
29
29
require (
@@ -33,31 +33,32 @@ require (
33
33
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
34
34
github.com/coreos/yaml v0.0.0-20141224210557-6b16a5714269 // indirect
35
35
github.com/ebitengine/purego v0.8.1 // indirect
36
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
36
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
37
37
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
38
38
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
39
39
github.com/go-ini/ini v1.67.0 // indirect
40
40
github.com/go-openapi/errors v0.22.0 // indirect
41
41
github.com/go-openapi/strfmt v0.23.0 // indirect
42
42
github.com/go-playground/locales v0.14.1 // indirect
43
43
github.com/go-playground/universal-translator v0.18.1 // indirect
44
- github.com/go-playground/validator/v10 v10.22.1 // indirect
45
- github.com/goccy/go-json v0.10.3 // indirect
44
+ github.com/go-playground/validator/v10 v10.23.0 // indirect
45
+ github.com/goccy/go-json v0.10.4 // indirect
46
46
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
47
47
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
48
48
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
49
49
github.com/leodido/go-urn v1.4.0 // indirect
50
50
github.com/minio/md5-simd v1.1.2 // indirect
51
51
github.com/mitchellh/mapstructure v1.5.0 // indirect
52
52
github.com/oklog/ulid v1.3.1 // indirect
53
- github.com/onsi/gomega v1.34 .1 // indirect
53
+ github.com/onsi/gomega v1.35 .1 // indirect
54
54
github.com/pkg/xattr v0.4.10 // indirect
55
55
github.com/redis/go-redis/v9 v9.6.1 // indirect
56
56
github.com/rs/xid v1.6.0 // indirect
57
57
github.com/stretchr/testify v1.10.0 // indirect
58
58
github.com/unknwon/goconfig v1.0.0 // indirect
59
59
github.com/x448/float16 v0.8.4 // indirect
60
60
go.mongodb.org/mongo-driver v1.17.1 // indirect
61
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
61
62
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
62
63
golang.org/x/tools v0.27.0 // indirect
63
64
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
@@ -68,10 +69,10 @@ require (
68
69
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
69
70
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
70
71
github.com/BurntSushi/toml v1.4.0 // indirect
71
- github.com/IBM/vpc-go-sdk v0.61 .0
72
+ github.com/IBM/vpc-go-sdk v0.64 .0
72
73
github.com/MakeNowJust/heredoc v1.0.0 // indirect
73
74
github.com/Masterminds/goutils v1.1.1 // indirect
74
- github.com/Masterminds/semver/v3 v3.3.0 // indirect
75
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
75
76
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
76
77
github.com/Masterminds/squirrel v1.5.4 // indirect
77
78
github.com/Microsoft/hcsshim v0.12.5 // indirect
@@ -82,17 +83,17 @@ require (
82
83
github.com/blang/semver/v4 v4.0.0 // indirect
83
84
github.com/cespare/xxhash/v2 v2.3.0 // indirect
84
85
github.com/chai2010/gettext-go v1.0.3 // indirect
85
- github.com/charmbracelet/x/ansi v0.4 .0 // indirect
86
- github.com/containerd/containerd v1.7.23 // indirect
87
- github.com/containerd/errdefs v0.3 .0 // indirect
86
+ github.com/charmbracelet/x/ansi v0.6 .0 // indirect
87
+ github.com/containerd/containerd v1.7.24 // indirect
88
+ github.com/containerd/errdefs v1.0 .0 // indirect
88
89
github.com/containerd/log v0.1.0 // indirect
89
90
github.com/coreos/go-semver v0.3.1 // indirect
90
- github.com/cyphar/filepath-securejoin v0.3.4 // indirect
91
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
91
92
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
92
93
github.com/distribution/reference v0.6.0 // indirect
93
- github.com/docker/cli v27.3 .1+incompatible // indirect
94
+ github.com/docker/cli v27.4 .1+incompatible // indirect
94
95
github.com/docker/distribution v2.8.3+incompatible // indirect
95
- github.com/docker/docker v27.3 .1+incompatible // indirect
96
+ github.com/docker/docker v27.4 .1+incompatible // indirect
96
97
github.com/docker/docker-credential-helpers v0.8.2 // indirect
97
98
github.com/docker/go-connections v0.5.0 // indirect
98
99
github.com/docker/go-metrics v0.0.1 // indirect
@@ -102,7 +103,7 @@ require (
102
103
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
103
104
github.com/fatih/color v1.18.0 // indirect
104
105
github.com/felixge/httpsnoop v1.0.4 // indirect
105
- github.com/go-chi/chi/v5 v5.1 .0 // indirect
106
+ github.com/go-chi/chi/v5 v5.2 .0 // indirect
106
107
github.com/go-errors/errors v1.5.1 // indirect
107
108
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
108
109
github.com/go-logr/logr v1.4.2 // indirect
@@ -115,7 +116,7 @@ require (
115
116
github.com/gogo/protobuf v1.3.2 // indirect
116
117
github.com/golang/protobuf v1.5.4 // indirect
117
118
github.com/google/btree v1.1.3 // indirect
118
- github.com/google/gnostic-models v0.6.8 // indirect
119
+ github.com/google/gnostic-models v0.6.9 // indirect
119
120
github.com/google/go-cmp v0.6.0 // indirect
120
121
github.com/google/gofuzz v1.2.0 // indirect
121
122
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -139,7 +140,7 @@ require (
139
140
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
140
141
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
141
142
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
142
- github.com/mailru/easyjson v0.7.7 // indirect
143
+ github.com/mailru/easyjson v0.9.0 // indirect
143
144
github.com/mattn/go-colorable v0.1.13 // indirect
144
145
github.com/mattn/go-isatty v0.0.20 // indirect
145
146
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -163,10 +164,10 @@ require (
163
164
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
164
165
github.com/prometheus/client_golang v1.20.5 // indirect
165
166
github.com/prometheus/client_model v0.6.1 // indirect
166
- github.com/prometheus/common v0.60.1 // indirect
167
+ github.com/prometheus/common v0.61.0 // indirect
167
168
github.com/prometheus/procfs v0.15.1 // indirect
168
169
github.com/rivo/uniseg v0.4.7 // indirect
169
- github.com/rubenv/sql-migrate v1.7.0 // indirect
170
+ github.com/rubenv/sql-migrate v1.7.1 // indirect
170
171
github.com/russross/blackfriday/v2 v2.1.0 // indirect
171
172
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
172
173
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
@@ -175,7 +176,7 @@ require (
175
176
github.com/sirupsen/logrus v1.9.3 // indirect
176
177
github.com/smartystreets/goconvey v1.8.1 // indirect
177
178
github.com/spf13/afero v1.11.0 // indirect
178
- github.com/spf13/cast v1.7.0 // indirect
179
+ github.com/spf13/cast v1.7.1 // indirect
179
180
github.com/spf13/pflag v1.0.5 // indirect
180
181
github.com/tklauser/go-sysconf v0.3.14 // indirect
181
182
github.com/tklauser/numcpus v0.9.0 // indirect
@@ -184,35 +185,35 @@ require (
184
185
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
185
186
github.com/xlab/treeprint v1.2.0 // indirect
186
187
github.com/yusufpapurcu/wmi v1.2.4 // indirect
187
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57 .0 // indirect
188
- go.opentelemetry.io/otel v1.32 .0 // indirect
189
- go.opentelemetry.io/otel/metric v1.32 .0 // indirect
190
- go.opentelemetry.io/otel/trace v1.32 .0 // indirect
191
- golang.org/x/crypto v0.29 .0
192
- golang.org/x/net v0.31 .0 // indirect
188
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
189
+ go.opentelemetry.io/otel v1.33 .0 // indirect
190
+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
191
+ go.opentelemetry.io/otel/trace v1.33 .0 // indirect
192
+ golang.org/x/crypto v0.31 .0
193
+ golang.org/x/net v0.33 .0 // indirect
193
194
golang.org/x/oauth2 v0.24.0 // indirect
194
- golang.org/x/sys v0.27 .0 // indirect
195
- golang.org/x/text v0.20 .0 // indirect
195
+ golang.org/x/sys v0.28 .0 // indirect
196
+ golang.org/x/text v0.21 .0 // indirect
196
197
golang.org/x/time v0.8.0 // indirect
197
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
198
- google.golang.org/grpc v1.68.0 // indirect
199
- google.golang.org/protobuf v1.35.2 // indirect
198
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
199
+ google.golang.org/grpc v1.69.2 // indirect
200
+ google.golang.org/protobuf v1.36.0 // indirect
200
201
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
201
202
gopkg.in/inf.v0 v0.9.1 // indirect
202
203
gopkg.in/yaml.v2 v2.4.0
203
- helm.sh/helm/v3 v3.16.2 // indirect
204
- k8s.io/apiextensions-apiserver v0.31.2 // indirect
205
- k8s.io/apiserver v0.31.2 // indirect
206
- k8s.io/cli-runtime v0.31.2 // indirect
207
- k8s.io/component-base v0.31.2 // indirect
204
+ helm.sh/helm/v3 v3.16.4 // indirect
205
+ k8s.io/apiextensions-apiserver v0.32.0 // indirect
206
+ k8s.io/apiserver v0.32.0 // indirect
207
+ k8s.io/cli-runtime v0.32.0 // indirect
208
+ k8s.io/component-base v0.32.0 // indirect
208
209
k8s.io/klog/v2 v2.130.1 // indirect
209
- k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
210
- k8s.io/kubectl v0.31.2 // indirect
211
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
210
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
211
+ k8s.io/kubectl v0.32.0 // indirect
212
+ k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
212
213
oras.land/oras-go v1.2.6 // indirect
213
214
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
214
215
sigs.k8s.io/kustomize/api v0.18.0 // indirect
215
216
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
216
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
217
+ sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
217
218
sigs.k8s.io/yaml v1.4.0 // indirect
218
219
)
0 commit comments