From 0b4a19e287bda7dd130cc4da08168a2947ebf449 Mon Sep 17 00:00:00 2001 From: sbruens Date: Wed, 27 Nov 2024 22:55:43 -0500 Subject: [PATCH] No longer need to ignore zapslog since they added a license file. --- .github/workflows/license.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 37d9ea41..5f079408 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -50,8 +50,6 @@ jobs: # Ignore our own repo because `go-licenses` ignores the root license for submodules and we have # a submodule. --ignore github.com/Jigsaw-Code/outline-ss-server \ - # Missing license file, but Apache-2.0. See https://github.com/uber-go/zap/issues/1441#issuecomment-2389189961. - --ignore=go.uber.org/zap/exp/zapslog \ # Caddy dependends on this MPL-2.0 licensed dependency, but doesn't actually compile it into # the binary. See https://github.com/caddyserver/caddy/pull/6655. --ignore github.com/go-sql-driver/mysql \