Ver código fonte

testing go module deps in workspace

Breandan Dezendorf 2 anos atrás
pai
commit
647733b8e7
1 arquivos alterados com 5 adições e 0 exclusões
  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"
+#)