Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Merge requests
!1027
Update runc manually
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update runc manually
runc-update
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Neil-Jocelyn Schark
requested to merge
runc-update
into
master
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
76cb8924
1 commit,
7 months ago
2 files
+
11
−
123
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
2
Search (e.g. *.vue) (Ctrl+P)
go.mod
+
1
−
1
Options
@@ -58,7 +58,7 @@ require (
github.com/montanaflynn/stats
v0.7.1 // indirect
github.com/opencontainers/go-digest
v1.0.0 // indirect
github.com/opencontainers/image-spec
v1.1.0 // indirect
github.com/opencontainers/runc
v1.1.1
2
// indirect
github.com/opencontainers/runc
v1.1.1
4
// indirect
github.com/pelletier/go-toml/v2
v2.2.2 // indirect
github.com/pkg/errors
v0.9.1 // indirect
github.com/pkg/term
v1.2.0-beta.2 // indirect
Loading