Compare commits
2 Commits
15cbcc8aea
...
0664f44e9d
Author | SHA1 | Date |
---|---|---|
|
0664f44e9d | |
|
f61fc332a9 |
2
go.mod
2
go.mod
|
@ -6,7 +6,7 @@ toolchain go1.23.8
|
|||
|
||||
require (
|
||||
github.com/containers/common v0.62.3
|
||||
github.com/containers/storage v1.59.1
|
||||
github.com/containers/storage v1.59.0
|
||||
github.com/iovisor/gobpf v0.2.1-0.20221005153822-16120a1bf4d4
|
||||
github.com/opencontainers/runtime-spec v1.2.1
|
||||
github.com/seccomp/libseccomp-golang v0.10.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -1,7 +1,7 @@
|
|||
github.com/containers/common v0.62.3 h1:aOGryqXfW6aKBbHbqOveH7zB+ihavUN03X/2pUSvWFI=
|
||||
github.com/containers/common v0.62.3/go.mod h1:3R8kDox2prC9uj/a2hmXj/YjZz5sBEUNrcDiw51S0Lo=
|
||||
github.com/containers/storage v1.59.1 h1:11Zu68MXsEQGBBd+GadPrHPpWeqjKS8hJDGiAHgIqDs=
|
||||
github.com/containers/storage v1.59.1/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
|
||||
github.com/containers/storage v1.59.0 h1:r2pYSTzQpJTROZbjJQ54Z0GT+rUC6+wHzlSY8yPjsXk=
|
||||
github.com/containers/storage v1.59.0/go.mod h1:KoAYHnAjP3/cTsRS+mmWZGkufSY2GACiKQ4V3ZLQnR0=
|
||||
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# github.com/containers/common v0.62.3
|
||||
## explicit; go 1.22.8
|
||||
github.com/containers/common/pkg/seccomp
|
||||
# github.com/containers/storage v1.59.1
|
||||
# github.com/containers/storage v1.59.0
|
||||
## explicit; go 1.23.0
|
||||
github.com/containers/storage/pkg/fileutils
|
||||
github.com/containers/storage/pkg/idtools
|
||||
|
|
Loading…
Reference in New Issue