Skip to content

Commit

Permalink
Merge pull request #54 from rootless-containers/dependabot/go_modules…
Browse files Browse the repository at this point in the history
…/github.com/opencontainers/runtime-spec-1.2.0

Bump github.com/opencontainers/runtime-spec from 1.0.3-0.20220809190508-9ee22abf867e to 1.2.0
  • Loading branch information
AkihiroSuda authored Mar 4, 2024
2 parents cff97d6 + 9919545 commit 8c2f6f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/gorilla/mux v1.8.1
github.com/opencontainers/runtime-spec v1.0.3-0.20220809190508-9ee22abf867e
github.com/opencontainers/runtime-spec v1.2.0
github.com/oraoto/go-pidfd v0.1.2-0.20210402155345-46bf1ba22e22
github.com/seccomp/libseccomp-golang v0.10.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/opencontainers/runtime-spec v1.0.3-0.20220809190508-9ee22abf867e h1:UcO9GCY5ehlR0PK20BXQ+nlb8J2LNXlwm97PryxbIek=
github.com/opencontainers/runtime-spec v1.0.3-0.20220809190508-9ee22abf867e/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk=
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/oraoto/go-pidfd v0.1.2-0.20210402155345-46bf1ba22e22 h1:TBw1Dwr/0eRvVIhdgQ+qGQuJ2STNL1+bjaI7nKLCoiQ=
github.com/oraoto/go-pidfd v0.1.2-0.20210402155345-46bf1ba22e22/go.mod h1:gPWelSU60MvzRX+ToMlKj9lZRkeqybg6qy8cy4+rZWE=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
Expand Down

0 comments on commit 8c2f6f2

Please sign in to comment.