File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ require (
9797 github.com/moby/moby/api v1.55.0 // indirect
9898 github.com/moby/moby/client v0.5.0 // indirect
9999 github.com/moby/sys/mountinfo v0.7.2 // indirect
100- github.com/moby/sys/user v0.4.0 // indirect
100+ github.com/moby/sys/user v0.4.1 // indirect
101101 github.com/moby/sys/userns v0.1.0 // indirect
102102 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
103103 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ github.com/moby/sys/devices v0.1.0 h1:uaMrDm1U3h0AwUDNWeT5lBV40v0eayt+VuukRbYn5K
161161github.com/moby/sys/devices v0.1.0 /go.mod h1:nIV6AO7t0DY2ObAm1GfL4AX9mBRqzxzHwGfvNCR9lfI =
162162github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg =
163163github.com/moby/sys/mountinfo v0.7.2 /go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4 =
164- github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs =
165- github.com/moby/sys/user v0.4.0 /go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs =
164+ github.com/moby/sys/user v0.4.1 h1:RgjRlaDKi/Xmyrz4t8lyzXT6v2ooFeO/7xtchmhVWE0 =
165+ github.com/moby/sys/user v0.4.1 /go.mod h1:E9QsW5WRe1kUAf7kW8hXKwu1uhsZEAdPLYHYSDudF4Y =
166166github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g =
167167github.com/moby/sys/userns v0.1.0 /go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28 =
168168github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ require (
7777 github.com/moby/docker-image-spec v1.3.1 // indirect
7878 github.com/moby/sys/capability v0.4.0 // indirect
7979 github.com/moby/sys/mountinfo v0.7.2 // indirect
80- github.com/moby/sys/user v0.4.0 // indirect
80+ github.com/moby/sys/user v0.4.1 // indirect
8181 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8282 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8383 github.com/opencontainers/runtime-spec v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ github.com/moby/sys/capability v0.4.0 h1:4D4mI6KlNtWMCM1Z/K0i7RV1FkX+DBDHKVJpCnd
128128github.com/moby/sys/capability v0.4.0 /go.mod h1:4g9IK291rVkms3LKCDOoYlnV8xKwoDTpIrNEE35Wq0I =
129129github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg =
130130github.com/moby/sys/mountinfo v0.7.2 /go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4 =
131- github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs =
132- github.com/moby/sys/user v0.4.0 /go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs =
131+ github.com/moby/sys/user v0.4.1 h1:RgjRlaDKi/Xmyrz4t8lyzXT6v2ooFeO/7xtchmhVWE0 =
132+ github.com/moby/sys/user v0.4.1 /go.mod h1:E9QsW5WRe1kUAf7kW8hXKwu1uhsZEAdPLYHYSDudF4Y =
133133github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
134134github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
135135github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/mistifyio/go-zfs/v4 v4.0.0
1818 github.com/moby/sys/capability v0.4.0
1919 github.com/moby/sys/mountinfo v0.7.2
20- github.com/moby/sys/user v0.4.0
20+ github.com/moby/sys/user v0.4.1
2121 github.com/opencontainers/go-digest v1.0.0
2222 github.com/opencontainers/runtime-spec v1.3.0
2323 github.com/opencontainers/selinux v1.15.1
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/moby/sys/capability v0.4.0 h1:4D4mI6KlNtWMCM1Z/K0i7RV1FkX+DBDHKVJpCnd
4040github.com/moby/sys/capability v0.4.0 /go.mod h1:4g9IK291rVkms3LKCDOoYlnV8xKwoDTpIrNEE35Wq0I =
4141github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg =
4242github.com/moby/sys/mountinfo v0.7.2 /go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4 =
43- github.com/moby/sys/user v0.4.0 h1:jhcMKit7SA80hivmFJcbB1vqmw//wU61Zdui2eQXuMs =
44- github.com/moby/sys/user v0.4.0 /go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs =
43+ github.com/moby/sys/user v0.4.1 h1:RgjRlaDKi/Xmyrz4t8lyzXT6v2ooFeO/7xtchmhVWE0 =
44+ github.com/moby/sys/user v0.4.1 /go.mod h1:E9QsW5WRe1kUAf7kW8hXKwu1uhsZEAdPLYHYSDudF4Y =
4545github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
4646github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
4747github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments