Explorar el Código

testing go module deps in workspace

Breandan Dezendorf hace 2 años
padre
commit
647733b8e7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      WORKSPACE

+ 5 - 0
WORKSPACE

@@ -48,3 +48,8 @@ go_rules_dependencies()
 go_register_toolchains(version = "1.19.5")
 
 gazelle_dependencies()
+
+#go_repository(
+#    name = "com_github_julienschmidt_httprouter",
+#    importpath = "github.com/julienschmidt/httprouter"
+#)