File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ require (
4848 github.com/moby/sys/sequential v0.5.0
4949 github.com/moby/sys/signal v0.7.0
5050 github.com/moby/sys/symlink v0.2.0
51- github.com/moby/sys/user v0.1 .0
51+ github.com/moby/sys/user v0.2 .0
5252 github.com/opencontainers/go-digest v1.0.0
5353 github.com/opencontainers/image-spec v1.1.0
5454 github.com/opencontainers/runtime-spec v1.1.0
Original file line number Diff line number Diff line change @@ -545,8 +545,8 @@ github.com/moby/sys/signal v0.7.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn
545545github.com/moby/sys/symlink v0.1.0 /go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGqsZeMYowQ =
546546github.com/moby/sys/symlink v0.2.0 h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc =
547547github.com/moby/sys/symlink v0.2.0 /go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs =
548- github.com/moby/sys/user v0.1 .0 h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg =
549- github.com/moby/sys/user v0.1 .0 /go.mod h1:fKJhFOnsCN6xZ5gSfbM6zaHGgDJMrqt9/reuj4T7MmU =
548+ github.com/moby/sys/user v0.2 .0 h1:OnpapJsRp25vkhw8TFG6OLJODNh/3rEwRWtJ3kakwRM =
549+ github.com/moby/sys/user v0.2 .0 /go.mod h1:RYstrcWOJpVh+6qzUqp2bU3eaRpdiQeKGlKitaH0PM8 =
550550github.com/moby/term v0.0.0-20200312100748-672ec06f55cd /go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo =
551551github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
552552github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
5252 github.com/moby/sys/mountinfo v0.6.2 // indirect
5353 github.com/moby/sys/sequential v0.5.0 // indirect
5454 github.com/moby/sys/signal v0.7.0 // indirect
55- github.com/moby/sys/user v0.1 .0 // indirect
55+ github.com/moby/sys/user v0.2 .0 // indirect
5656 github.com/opencontainers/selinux v1.11.0 // indirect
5757 github.com/pelletier/go-toml v1.9.5 // indirect
5858 github.com/pkg/errors v0.9.1 // indirect
Original file line number Diff line number Diff line change @@ -1820,8 +1820,8 @@ github.com/moby/sys/signal v0.6.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn
18201820github.com/moby/sys/signal v0.7.0 h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI =
18211821github.com/moby/sys/signal v0.7.0 /go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn88Kg8Tg =
18221822github.com/moby/sys/symlink v0.2.0 /go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs =
1823- github.com/moby/sys/user v0.1 .0 h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg =
1824- github.com/moby/sys/user v0.1 .0 /go.mod h1:fKJhFOnsCN6xZ5gSfbM6zaHGgDJMrqt9/reuj4T7MmU =
1823+ github.com/moby/sys/user v0.2 .0 h1:OnpapJsRp25vkhw8TFG6OLJODNh/3rEwRWtJ3kakwRM =
1824+ github.com/moby/sys/user v0.2 .0 /go.mod h1:RYstrcWOJpVh+6qzUqp2bU3eaRpdiQeKGlKitaH0PM8 =
18251825github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 /go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A =
18261826github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae /go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw =
18271827github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -366,8 +366,8 @@ github.com/moby/sys/signal
366366# github.com/moby/sys/symlink v0.2.0
367367## explicit; go 1.16
368368github.com/moby/sys/symlink
369- # github.com/moby/sys/user v0.1 .0
370- ## explicit; go 1.17
369+ # github.com/moby/sys/user v0.2 .0
370+ ## explicit; go 1.21
371371github.com/moby/sys/user
372372# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
373373## explicit
You can’t perform that action at this time.
0 commit comments