File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.8
5
5
toolchain go1.22.11
6
6
7
7
require (
8
- github.com/containers/common v0.62.0
9
- github.com/containers/storage v1.57.1
8
+ github.com/containers/common v0.62.2
9
+ github.com/containers/storage v1.57.2
10
10
github.com/iovisor/gobpf v0.2.1-0.20221005153822-16120a1bf4d4
11
11
github.com/opencontainers/runtime-spec v1.2.0
12
12
github.com/seccomp/libseccomp-golang v0.10.0
Original file line number Diff line number Diff line change 1
- github.com/containers/common v0.62.0 h1:Sl9WE5h7Y/F3bejrMAA4teP1EcY9ygqJmW4iwSloZ10 =
2
- github.com/containers/common v0.62.0 /go.mod h1:Yec+z8mrSq4rydHofrnDCBqAcNA/BGrSg1kfFUL6F6s =
3
- github.com/containers/storage v1.57.1 h1:hKPoFsuBcB3qTzBxa4IFpZMRzUuL5Xhv/BE44W0XHx8 =
4
- github.com/containers/storage v1.57.1 /go.mod h1:i/Hb4lu7YgFr9G0K6BMjqW0BLJO1sFsnWQwj2UoWCUM =
1
+ github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U =
2
+ github.com/containers/common v0.62.2 /go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE =
3
+ github.com/containers/storage v1.57.2 h1:2roCtTyE9pzIaBDHibK72DTnYkPmwWaq5uXxZdaWK4U =
4
+ github.com/containers/storage v1.57.2 /go.mod h1:i/Hb4lu7YgFr9G0K6BMjqW0BLJO1sFsnWQwj2UoWCUM =
5
5
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
6
6
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7
7
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 1
- # github.com/containers/common v0.62.0
1
+ # github.com/containers/common v0.62.2
2
2
## explicit; go 1.22.8
3
3
github.com/containers/common/pkg/seccomp
4
- # github.com/containers/storage v1.57.1
4
+ # github.com/containers/storage v1.57.2
5
5
## explicit; go 1.22.0
6
6
github.com/containers/storage/pkg/fileutils
7
7
github.com/containers/storage/pkg/idtools
You can’t perform that action at this time.
0 commit comments