We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee316d commit 24c4fafCopy full SHA for 24c4faf
.license-scan-overrides.jsonl
@@ -1,4 +1,5 @@
1
{"name": "github.com/chzyer/logex", "licenceType": "MIT"}
2
+{"name": "github.com/grpc-ecosystem/go-grpc-middleware/v2", "licenceType": "Apache-2.0"}
3
{"name": "github.com/hashicorp/vault/api/auth/approle", "licenceType": "MPL-2.0"}
4
{"name": "github.com/jpillora/longestcommon", "licenceType": "MIT"}
5
{"name": "github.com/logrusorgru/aurora", "licenceType": "Unlicense"}
shell.nix
@@ -8,7 +8,6 @@ with pkgs;
8
mkShell {
9
nativeBuildInputs = [
10
addlicense
11
- ginkgo
12
go-licence-detector
13
go_1_25
14
golangci-lint
0 commit comments