Skip to content

Commit e2b12a6

Browse files
authored
Merge pull request #76 from thediveo/develop
Develop
2 parents 7d02aab + c660c8b commit e2b12a6

File tree

4 files changed

+131
-58
lines changed

4 files changed

+131
-58
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub](https://img.shields.io/github/license/thediveo/lxkns)](https://img.shields.io/github/license/thediveo/lxkns)
88

99
![build and test](https://github.com/thediveo/lxkns/actions/workflows/buildandtest.yaml/badge.svg?branch=master)
10-
![Coverage](https://img.shields.io/badge/Coverage-87.7%25-brightgreen)
10+
![Coverage](https://img.shields.io/badge/Coverage-87.6%25-brightgreen)
1111
![goroutines](https://img.shields.io/badge/go%20routines-not%20leaking-success)
1212
![file descriptors](https://img.shields.io/badge/file%20descriptors-not%20leaking-success)
1313
[![Go Report Card](https://goreportcard.com/badge/github.com/thediveo/lxkns)](https://goreportcard.com/report/github.com/thediveo/lxkns)

go.mod

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/thediveo/lxkns
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/PaesslerAG/jsonpath v0.1.1
77
github.com/containerd/containerd v1.7.30
88
github.com/getkin/kin-openapi v0.133.0
99
github.com/gorilla/mux v1.8.1
1010
github.com/muesli/termenv v0.16.0
11-
github.com/onsi/ginkgo/v2 v2.27.5
12-
github.com/onsi/gomega v1.39.0
13-
github.com/siemens/turtlefinder v1.2.0
11+
github.com/onsi/ginkgo/v2 v2.28.1
12+
github.com/onsi/gomega v1.39.1
13+
github.com/siemens/turtlefinder v1.2.1
1414
github.com/spf13/cobra v1.10.2
1515
github.com/thediveo/clippy v0.2.1
1616
github.com/thediveo/enumflag/v2 v2.1.0
@@ -20,7 +20,7 @@ require (
2020
github.com/thediveo/go-mntinfo v1.0.4
2121
github.com/thediveo/ioctl v0.9.4
2222
github.com/thediveo/klo v1.1.0
23-
github.com/thediveo/morbyd v0.19.0
23+
github.com/thediveo/morbyd v0.21.0
2424
github.com/thediveo/namspill v0.1.7
2525
github.com/thediveo/notwork v1.10.0
2626
github.com/thediveo/procfsroot v1.0.2
@@ -30,7 +30,7 @@ require (
3030
github.com/thediveo/success v1.0.3
3131
github.com/thediveo/testbasher v1.0.9
3232
github.com/thediveo/whalewatcher v0.13.0
33-
golang.org/x/sys v0.40.0
33+
golang.org/x/sys v0.41.0
3434
gopkg.in/yaml.v3 v3.0.1
3535
k8s.io/cri-api v0.35.0-alpha.0
3636
)
@@ -42,7 +42,9 @@ require (
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4343
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4444
github.com/containerd/cgroups/v3 v3.1.0 // indirect
45+
github.com/containerd/console v1.0.5 // indirect
4546
github.com/containerd/containerd/api v1.10.0 // indirect
47+
github.com/containerd/containerd/v2 v2.2.0 // indirect
4648
github.com/containerd/errdefs v1.0.0 // indirect
4749
github.com/containerd/errdefs/pkg v0.3.0 // indirect
4850
github.com/containerd/log v0.1.0 // indirect
@@ -56,10 +58,15 @@ require (
5658
github.com/go-logr/stdr v1.2.2 // indirect
5759
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5860
github.com/go-test/deep v1.1.0 // indirect
59-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
61+
github.com/gofrs/flock v0.13.0 // indirect
62+
github.com/golang/protobuf v1.5.4 // indirect
63+
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
64+
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6065
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
66+
github.com/in-toto/in-toto-golang v0.9.0 // indirect
6167
github.com/josharian/intern v1.0.0 // indirect
6268
github.com/lmittmann/tint v1.1.2 // indirect
69+
github.com/moby/buildkit v0.26.3 // indirect
6370
github.com/moby/docker-image-spec v1.3.1 // indirect
6471
github.com/moby/go-archive v0.1.0 // indirect
6572
github.com/moby/patternmatcher v0.6.0 // indirect
@@ -71,22 +78,33 @@ require (
7178
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
7279
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
7380
github.com/perimeterx/marshmallow v1.1.5 // indirect
81+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
82+
github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect
83+
github.com/shibumi/go-pathspec v1.3.0 // indirect
7484
github.com/sirupsen/logrus v1.9.3 // indirect
85+
github.com/tonistiigi/fsutil v0.0.0-20250605211040-586307ad452f // indirect
86+
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
87+
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
88+
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab // indirect
7589
github.com/woodsbury/decimal128 v1.3.0 // indirect
7690
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
91+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
92+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 // indirect
7793
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
7894
go.opentelemetry.io/otel v1.38.0 // indirect
7995
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
80-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
8196
go.opentelemetry.io/otel/metric v1.38.0 // indirect
97+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
8298
go.opentelemetry.io/otel/trace v1.38.0 // indirect
8399
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
84100
go.yaml.in/yaml/v2 v2.4.2 // indirect
85101
go.yaml.in/yaml/v3 v3.0.4 // indirect
86-
golang.org/x/mod v0.32.0 // indirect
87-
golang.org/x/text v0.33.0 // indirect
102+
golang.org/x/crypto v0.48.0 // indirect
103+
golang.org/x/mod v0.33.0 // indirect
104+
golang.org/x/text v0.34.0 // indirect
88105
golang.org/x/time v0.14.0 // indirect
89-
golang.org/x/tools v0.41.0 // indirect
106+
golang.org/x/tools v0.42.0 // indirect
107+
google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect
90108
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
91109
)
92110

@@ -104,8 +122,8 @@ require (
104122
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
105123
github.com/docker/go-units v0.5.0 // indirect
106124
github.com/fvbommel/sortorder v1.1.0 // indirect
107-
github.com/gammazero/deque v0.2.1 // indirect
108-
github.com/gammazero/workerpool v1.1.3
125+
github.com/gammazero/deque v1.2.1 // indirect
126+
github.com/gammazero/workerpool v1.2.1
109127
github.com/go-openapi/jsonpointer v0.21.0 // indirect
110128
github.com/go-openapi/swag v0.23.0 // indirect
111129
github.com/gogo/protobuf v1.3.2 // indirect
@@ -127,16 +145,16 @@ require (
127145
github.com/opencontainers/selinux v1.13.1 // indirect
128146
github.com/pkg/errors v0.9.1 // indirect
129147
github.com/rivo/uniseg v0.4.7 // indirect
130-
github.com/samber/lo v1.52.0
148+
github.com/samber/lo v1.53.0
131149
github.com/spf13/pflag v1.0.9 // indirect
132150
github.com/thediveo/caps v0.10.2
133-
github.com/thediveo/cpus v0.10.0
151+
github.com/thediveo/cpus v0.11.0
134152
github.com/thediveo/go-plugger/v3 v3.1.1
135153
github.com/vishvananda/netlink v1.3.1 // indirect
136154
github.com/vishvananda/netns v0.0.5 // indirect
137155
go.opencensus.io v0.24.0 // indirect
138-
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
139-
golang.org/x/net v0.49.0 // indirect
156+
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
157+
golang.org/x/net v0.50.0 // indirect
140158
golang.org/x/sync v0.19.0 // indirect
141159
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
142160
google.golang.org/grpc v1.78.0 // indirect

0 commit comments

Comments
 (0)