From 8ccce93b922ff8d259a3a9617d103fecff533328 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Tue, 16 Aug 2022 16:48:00 -0600 Subject: [PATCH] Update dependencies.md According to go-licenses, github.com/klauspost/compress/s2 is BSD, not Apache License 2.0 --- dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.md b/dependencies.md index 4df425b3..bf328f5e 100644 --- a/dependencies.md +++ b/dependencies.md @@ -15,6 +15,6 @@ This file lists the dependencies used in this repository. | golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a | BSD 3-Clause "New" or "Revised" License | | golang.org/x/time v0.0.0-20220411224347-583f2d630306 | BSD 3-Clause "New" or "Revised" License | | google.golang.org/protobuf v1.23.0 | BSD 3-Clause "New" or "Revised" License | -| github.com/klauspost/compress v1.15.9 | Apache License 2.0 | +| github.com/klauspost/compress/s2 v1.15.9 | BSD 3-Clause "New" or "Revised" License | | github.com/minio/highwayhash v1.0.2 | Apache License 2.0 | | go.uber.org/automaxprocs v1.5.1 | MIT License |