From 13aab1c53f85103f0b119e00b0ae68b291ff50ee Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 13 Jan 2023 20:32:51 +0000 Subject: [PATCH] Fake commit to prevent Dependabot updating/rebasing PR --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index d3d875c..a5c3dda 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,5 @@ module github.com/vishvananda/netns go 1.17 +# TODO: Fake commit to prevent Dependabot rebasing this PR / updating until we're actually ready to bump require golang.org/x/sys v0.4.0