From 658960c97b0dca06cb81472bc9bd7ff820fc56cf Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 3 May 2022 17:24:15 +0200 Subject: build(deps) bump CDI dependency from 0.4.0 to 0.5.0 bump github.com/container-orchestrated-devices/container-device-interface from 0.4.0 to 0.5.0 This requires that the cdi.Registry be instantiated with AutoRefresh disabled for CLI clients. [NO NEW TESTS NEEDED] Signed-off-by: Evan Lezar --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 065310530..c44776ff9 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/buger/goterm v1.0.4 github.com/checkpoint-restore/checkpointctl v0.0.0-20220321135231-33f4a66335f0 github.com/checkpoint-restore/go-criu/v5 v5.3.0 - github.com/container-orchestrated-devices/container-device-interface v0.4.0 + github.com/container-orchestrated-devices/container-device-interface v0.5.0 github.com/containernetworking/cni v1.1.2 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.27.0 -- cgit v1.2.3-54-g00ecf