From 9ad631851cb13f3cbbe90db6d5a0f2bb68346285 Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 9 Aug 2023 13:35:33 +0000 Subject: [PATCH] chore: Update master to main for gorilla websocket repo. We'll see how many more of these will appear. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 3fa2144b..8fd8f532 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -187,7 +187,7 @@ go_repository( go_repository( name = "com_github_gorilla_websocket", - commit = "master", + commit = "main", importpath = "github.com/gorilla/websocket", )