third_party/sandboxroot: bump
It also includes a third_party/go change because gazelle is unhappy
Change-Id: I45178b4827f012d23be9618cbcbd21565555adce
Reviewed-on: https://review.monogon.dev/c/monogon/+/1299
Reviewed-by: Leopold Schabel <leo@monogon.tech>
Tested-by: Jenkins CI
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index e3a5cdc..8b99029 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -4924,14 +4924,14 @@
go_repository(
name = "com_github_vishvananda_netlink",
importpath = "github.com/vishvananda/netlink",
- replace = "github.com/monogon-dev/netlink",
- sum = "h1:y05BDqZ6q3if6pYBHJcnQRUd92ihzBEJde/S4fpKEAM=",
- version = "v0.0.0-20230125113930-88977c3ff4b3",
patch_args = ["-p1"],
patches = [
# Going upstream as https://github.com/vishvananda/netlink/pull/850
"//third_party/go/patches:netlink-permhwaddr.patch",
],
+ replace = "github.com/monogon-dev/netlink",
+ sum = "h1:y05BDqZ6q3if6pYBHJcnQRUd92ihzBEJde/S4fpKEAM=",
+ version = "v0.0.0-20230125113930-88977c3ff4b3",
)
go_repository(
name = "com_github_vishvananda_netns",