1
1
module github.com/falcosecurity/driverkit
2
2
3
- go 1.22.0
3
+ go 1.22.8
4
+
5
+ toolchain go1.22.9
4
6
5
7
require (
6
8
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
7
9
github.com/blang/semver v3.5.1+incompatible
8
- github.com/containerd/containerd v1.7.15 // indirect
9
10
github.com/creasty/defaults v1.7.0
10
- github.com/docker/docker v27.1 .1+incompatible
11
+ github.com/docker/docker v27.3 .1+incompatible
11
12
github.com/go-playground/locales v0.14.1
12
13
github.com/go-playground/universal-translator v0.18.1
13
- github.com/go-playground/validator/v10 v10.19 .0
14
+ github.com/go-playground/validator/v10 v10.20 .0
14
15
github.com/mitchellh/go-homedir v1.1.0
15
16
github.com/opencontainers/image-spec v1.1.0
16
17
github.com/sirupsen/logrus v1.9.3 // indirect
17
- github.com/spf13/cobra v1.8.0
18
+ github.com/spf13/cobra v1.8.1
18
19
github.com/spf13/pflag v1.0.5
19
- github.com/spf13/viper v1.18.2
20
+ github.com/spf13/viper v1.19.0
20
21
gotest.tools v2.2.0+incompatible
21
- k8s.io/api v0.30.0
22
- k8s.io/apimachinery v0.30.0
22
+ k8s.io/api v0.31.2
23
+ k8s.io/apimachinery v0.31.2
23
24
k8s.io/cli-runtime v0.30.0
24
- k8s.io/client-go v0.30.0
25
+ k8s.io/client-go v0.31.2
25
26
k8s.io/kubectl v0.30.0
26
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57
27
- modernc.org/sqlite v1.29.8
27
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
28
+ modernc.org/sqlite v1.29.9
28
29
)
29
30
30
31
require (
31
- github.com/falcosecurity/falcoctl v0.8.0-rc2.0.20240507091748-b98eff4e7a6e
32
+ github.com/falcosecurity/falcoctl v0.10.1-0.20241120140318-131abecc4be9
32
33
github.com/olekukonko/tablewriter v0.0.5
33
34
github.com/pterm/pterm v0.12.79
34
35
gopkg.in/yaml.v3 v3.0.1
@@ -43,10 +44,10 @@ require (
43
44
github.com/MakeNowJust/heredoc v1.0.0 // indirect
44
45
github.com/Microsoft/go-winio v0.6.2 // indirect
45
46
github.com/blang/semver/v4 v4.0.0 // indirect
46
- github.com/chai2010/gettext-go v1.0.2 // indirect
47
+ github.com/chai2010/gettext-go v1.0.3 // indirect
47
48
github.com/containerd/console v1.0.4 // indirect
48
49
github.com/containerd/log v0.1.0 // indirect
49
- github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
50
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
50
51
github.com/creack/pty v1.1.21 // indirect
51
52
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
52
53
github.com/distribution/reference v0.6.0 // indirect
@@ -60,9 +61,10 @@ require (
60
61
github.com/felixge/httpsnoop v1.0.4 // indirect
61
62
github.com/fsnotify/fsnotify v1.7.0 // indirect
62
63
github.com/fvbommel/sortorder v1.1.0 // indirect
64
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
63
65
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
64
66
github.com/go-errors/errors v1.5.1 // indirect
65
- github.com/go-logr/logr v1.4.1 // indirect
67
+ github.com/go-logr/logr v1.4.2 // indirect
66
68
github.com/go-logr/stdr v1.2.2 // indirect
67
69
github.com/go-openapi/jsonpointer v0.21.0 // indirect
68
70
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -84,7 +86,7 @@ require (
84
86
github.com/inconshreveable/mousetrap v1.1.0 // indirect
85
87
github.com/josharian/intern v1.0.0 // indirect
86
88
github.com/json-iterator/go v1.1.12 // indirect
87
- github.com/klauspost/compress v1.17.8 // indirect
89
+ github.com/klauspost/compress v1.17.9 // indirect
88
90
github.com/leodido/go-urn v1.4.0 // indirect
89
91
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
90
92
github.com/lithammer/fuzzysearch v1.1.8 // indirect
@@ -96,9 +98,10 @@ require (
96
98
github.com/mitchellh/mapstructure v1.5.0 // indirect
97
99
github.com/moby/docker-image-spec v1.3.1 // indirect
98
100
github.com/moby/patternmatcher v0.6.0 // indirect
99
- github.com/moby/spdystream v0.2 .0 // indirect
101
+ github.com/moby/spdystream v0.4 .0 // indirect
100
102
github.com/moby/sys/sequential v0.5.0 // indirect
101
103
github.com/moby/sys/user v0.1.0 // indirect
104
+ github.com/moby/sys/userns v0.1.0 // indirect
102
105
github.com/moby/term v0.5.0 // indirect
103
106
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
104
107
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -108,12 +111,11 @@ require (
108
111
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
109
112
github.com/ncruces/go-strftime v0.1.9 // indirect
110
113
github.com/opencontainers/go-digest v1.0.0 // indirect
111
- github.com/pelletier/go-toml/v2 v2.2.1 // indirect
114
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
112
115
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
113
116
github.com/pkg/errors v0.9.1 // indirect
114
117
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
115
118
github.com/rivo/uniseg v0.4.7 // indirect
116
- github.com/rogpeppe/go-internal v1.12.0 // indirect
117
119
github.com/russross/blackfriday/v2 v2.1.0 // indirect
118
120
github.com/sagikazarmark/locafero v0.4.0 // indirect
119
121
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -122,35 +124,35 @@ require (
122
124
github.com/spf13/afero v1.11.0 // indirect
123
125
github.com/spf13/cast v1.6.0 // indirect
124
126
github.com/subosito/gotenv v1.6.0 // indirect
127
+ github.com/x448/float16 v0.8.4 // indirect
125
128
github.com/xlab/treeprint v1.2.0 // indirect
126
129
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
127
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50 .0 // indirect
128
- go.opentelemetry.io/otel v1.25 .0 // indirect
129
- go.opentelemetry.io/otel/metric v1.25 .0 // indirect
130
- go.opentelemetry.io/otel/trace v1.25 .0 // indirect
131
- go.starlark.net v0.0.0-20240411212711-9b43f0afd521 // indirect
130
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
131
+ go.opentelemetry.io/otel v1.29 .0 // indirect
132
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
133
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
134
+ go.starlark.net v0.0.0-20240507195648-35fe9f26b4bc // indirect
132
135
go.uber.org/multierr v1.11.0 // indirect
133
- golang.org/x/crypto v0.22.0 // indirect
134
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
135
- golang.org/x/net v0.24.0 // indirect
136
- golang.org/x/oauth2 v0.20.0 // indirect
137
- golang.org/x/sync v0.7.0 // indirect
138
- golang.org/x/sys v0.20.0 // indirect
139
- golang.org/x/term v0.20.0 // indirect
140
- golang.org/x/text v0.14.0 // indirect
141
- golang.org/x/time v0.5.0 // indirect
142
- google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
143
- google.golang.org/protobuf v1.34.0 // indirect
136
+ golang.org/x/crypto v0.29.0 // indirect
137
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
138
+ golang.org/x/net v0.31.0 // indirect
139
+ golang.org/x/oauth2 v0.24.0 // indirect
140
+ golang.org/x/sync v0.9.0 // indirect
141
+ golang.org/x/sys v0.27.0 // indirect
142
+ golang.org/x/term v0.26.0 // indirect
143
+ golang.org/x/text v0.20.0 // indirect
144
+ golang.org/x/time v0.8.0 // indirect
145
+ google.golang.org/protobuf v1.35.1 // indirect
144
146
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
145
147
gopkg.in/inf.v0 v0.9.1 // indirect
146
148
gopkg.in/ini.v1 v1.67.0 // indirect
147
149
gopkg.in/yaml.v2 v2.4.0 // indirect
148
150
gotest.tools/v3 v3.5.1 // indirect
149
151
k8s.io/component-base v0.30.0 // indirect
150
- k8s.io/klog/v2 v2.120 .1 // indirect
151
- k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect
152
+ k8s.io/klog/v2 v2.130 .1 // indirect
153
+ k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
152
154
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
153
- modernc.org/libc v1.50.2 // indirect
155
+ modernc.org/libc v1.50.5 // indirect
154
156
modernc.org/mathutil v1.6.0 // indirect
155
157
modernc.org/memory v1.8.0 // indirect
156
158
modernc.org/strutil v1.2.0 // indirect
0 commit comments