From 7d3027dff87b1127a3bb5c342782e55216258a66 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 30 Mar 2025 11:48:05 +0200 Subject: [PATCH] fix: update go-imports repository reference for sentrysetup Change the repository reference for go-imports from authz_client to sentrysetup. This aligns the configuration with the current project structure and ensures correct functionality in the pre-commit setup. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0637fa..4199d02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: go-imports args: - -local - - gitlab.com/unboundsoftware/shiny/authz_client + - gitlab.com/unboundsoftware/shiny/sentrysetup - repo: https://github.com/lietu/go-pre-commit rev: v0.1.0 hooks: