Skip to content

Commit

Permalink
No longer need to ignore zapslog since they added a license file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Nov 28, 2024
1 parent ba26dd6 commit 0b4a19e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0b4a19e

Please sign in to comment.