Skip to content

Commit 504a1e1

Browse files
authored
Merge pull request containerd#4195 from apostasie/2025-05-gomodjail-unconfine
[GOMODJAIL]: unconfine fsnotify and cdi
2 parents b957f47 + 742f6f1 commit 504a1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/fahedouch/go-logrotate v0.3.0 //gomodjail:unconfined
4040
github.com/fatih/color v1.18.0 //gomodjail:unconfined
4141
github.com/fluent/fluent-logger-golang v1.9.0
42-
github.com/fsnotify/fsnotify v1.9.0
42+
github.com/fsnotify/fsnotify v1.9.0 //gomodjail:unconfined
4343
github.com/go-viper/mapstructure/v2 v2.2.1
4444
github.com/ipfs/go-cid v0.5.0
4545
github.com/klauspost/compress v1.18.0
@@ -69,7 +69,7 @@ require (
6969
golang.org/x/text v0.24.0
7070
gopkg.in/yaml.v3 v3.0.1
7171
gotest.tools/v3 v3.5.2
72-
tags.cncf.io/container-device-interface v1.0.1
72+
tags.cncf.io/container-device-interface v1.0.1 //gomodjail:unconfined
7373
)
7474

7575
require (

0 commit comments

Comments
 (0)