Skip to content

Commit

Permalink
Fixing containerd should be direct warning by running go mod tidy (ra…
Browse files Browse the repository at this point in the history
…dius-project#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 <[email protected]>
  • Loading branch information
ytimocin authored Jun 19, 2024
1 parent e7a4ec9 commit e253d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e253d7c

Please sign in to comment.