File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
github.com/rootless-containers/rootlesskit/pkg/port/builtin/child Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
46
46
github.com/opentracing/opentracing-go v1.2.0
47
47
github.com/pkg/errors v0.9.1
48
48
github.com/pmezard/go-difflib v1.0.0
49
- github.com/rootless-containers/rootlesskit v0.9.5
49
+ github.com/rootless-containers/rootlesskit v0.10.0
50
50
github.com/seccomp/containers-golang v0.5.0
51
51
github.com/sirupsen/logrus v1.6.0
52
52
github.com/spf13/cobra v0.0.7
Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ github.com/prometheus/procfs v0.0.5 h1:3+auTFlqw+ZaQYJARz6ArODtkaIwtvBTx3N2NehQl
391
391
github.com/prometheus/procfs v0.0.5 /go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ =
392
392
github.com/prometheus/tsdb v0.7.1 /go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU =
393
393
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af /go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg =
394
- github.com/rootless-containers/rootlesskit v0.9.5 h1:ygvFn6ms/14MlRQmMK8OSLKwwtHeRLFNblm+rOIndA0 =
395
- github.com/rootless-containers/rootlesskit v0.9.5 /go.mod h1:OZQfuRPb+2MA1p+hmjHmSmDRv9SdTzlQ3taNA/0d7XM =
394
+ github.com/rootless-containers/rootlesskit v0.10.0 h1:62HHP8s8qYYcolEtAsuo4GU6qau6pWmcQ1Te+TZTFds =
395
+ github.com/rootless-containers/rootlesskit v0.10.0 /go.mod h1:OZQfuRPb+2MA1p+hmjHmSmDRv9SdTzlQ3taNA/0d7XM =
396
396
github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
397
397
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U =
398
398
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 /go.mod h1:Z0q5wiBQGYcxhMZ6gUqHn6pYNLypFAvaL3UvgZLR0U4 =
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ github.com/prometheus/common/model
468
468
github.com/prometheus/procfs
469
469
github.com/prometheus/procfs/internal/fs
470
470
github.com/prometheus/procfs/internal/util
471
- # github.com/rootless-containers/rootlesskit v0.9.5
471
+ # github.com/rootless-containers/rootlesskit v0.10.0
472
472
github.com/rootless-containers/rootlesskit/pkg/msgutil
473
473
github.com/rootless-containers/rootlesskit/pkg/port
474
474
github.com/rootless-containers/rootlesskit/pkg/port/builtin
You can’t perform that action at this time.
0 commit comments