go.mod: remove replace for github.com/opencontainers/runtime-tools

The replace rule was actually downgrading the package by one commit;
946c877fa8...2e043c6bd6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-04-15 13:01:24 +02:00
parent 6c40cf3051
commit ec9e74ed92
6 changed files with 9 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
//go:build !linux
// +build !linux
package validate
package capabilities
import (
"github.com/syndtr/gocapability/capability"