m/n/c/devmgr: init

Add a minimal device manager based on kobject/uevents. Currently this
only loads kernel modules. Further functionality will be added in
subsequent CLs.

Change-Id: I444ecdaff3f8ddb9ec169b094ba03e169dd70c4e
Reviewed-on: https://review.monogon.dev/c/monogon/+/1790
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Jenkins CI
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index 5540762..b16e523 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -3520,6 +3520,13 @@
         version = "v1.2.0",
     )
     go_repository(
+        name = "com_github_mdlayher_kobject",
+        importpath = "github.com/mdlayher/kobject",
+        sum = "h1:JmrZTpS0GAyMV4ZQVVH/AS0Y6r2PbnYNSRUuRX+HOLA=",
+        version = "v0.0.0-20200520190114-19ca17470d7d",
+    )
+
+    go_repository(
         name = "com_github_mdlayher_netlink",
         importpath = "github.com/mdlayher/netlink",
         sum = "h1:rOHX5yl7qnlpiVkFWoqccueppMtXzeziFjWAjLg6sz0=",