go.mod: golang.org/x/sys v0.2.0

full diff: https://github.com/golang/sys/compare/v0.1.0...v0.2.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-11-20 21:58:02 +01:00
parent 4e68634ef0
commit df4d07352d
7 changed files with 22 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.1.0
golang.org/x/sys v0.2.0
)
require (