From e253d7c5c0840799896556b4ed2d734f78398c1b Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Wed, 19 Jun 2024 11:46:44 -0700 Subject: [PATCH] Fixing containerd should be direct warning by running go mod tidy (#7696) # Description Fixing **containerd** should be direct warning by running go mod tidy. ![image](https://github.com/radius-project/radius/assets/5220939/54984620-1b3a-4a42-903c-40b1deaaaa6a) ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index effa368861..6ebee35f83 100644 --- a/go.mod +++ b/go.mod @@ -182,7 +182,7 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/chai2010/gettext-go v1.0.3 // indirect github.com/cloudflare/circl v1.3.8 // indirect - github.com/containerd/containerd v1.7.16 // indirect + github.com/containerd/containerd v1.7.16 github.com/coreos/go-semver v0.3.1 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect