From 4e4557b70900bebcee65dbd8d452851e979988b2 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Thu, 17 Aug 2023 14:16:14 +0700 Subject: [PATCH] chore: add panicparse --- scripts/go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/go.sh b/scripts/go.sh index e875b12..187f6c5 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -16,3 +16,4 @@ go install github.com/itchyny/gojq/cmd/gojq@latest go install mvdan.cc/gofumpt@latest go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest go install gotest.tools/gotestsum@latest +go install github.com/maruel/panicparse/v2@latest