Skip to content

Commit

Permalink
Updated extract lib to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 27, 2024
1 parent 76251df commit 9bb6968
Show file tree
Hide file tree
Showing 33 changed files with 2,643 additions and 1,210 deletions.
9 changes: 9 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ apps:
- source_path: commands/daemon/term_example/
- source_path: docsgen/

reviewed:
go:
- github.com/klauspost/compress
- github.com/klauspost/compress/fse
- github.com/klauspost/compress/huff0
- github.com/klauspost/compress/internal/cpuinfo
- github.com/klauspost/compress/internal/snapref
- github.com/klauspost/compress/zstd

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
allowed:
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/arduino/go-paths-helper.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/arduino/go-paths-helper
version: v1.7.0
version: v1.12.1
type: go
summary:
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: github.com/codeclysm/extract/v3
version: v3.0.2
name: github.com/codeclysm/extract/v4
version: v4.0.0
type: go
summary: Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats
easily.
homepage: https://pkg.go.dev/github.com/codeclysm/extract/v3
homepage: https://pkg.go.dev/github.com/codeclysm/extract/v4
license: mit
licenses:
- sources: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/h2non/filetype.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/h2non/filetype
version: v1.0.8
version: v1.1.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/h2non/filetype
Expand Down
6 changes: 3 additions & 3 deletions .licenses/go/github.com/h2non/filetype/matchers.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/h2non/filetype/matchers
version: v1.0.8
version: v1.1.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers
license: mit
licenses:
- sources: filetype@v1.0.8/LICENSE
- sources: filetype@v1.1.3/LICENSE
text: |
The MIT License
Expand All @@ -32,6 +32,6 @@ licenses:
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
- sources: filetype@v1.0.8/README.md
- sources: filetype@v1.1.3/README.md
text: MIT - Tomas Aparicio
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/h2non/filetype/matchers/isobmff
version: v1.0.8
version: v1.1.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff
license: mit
licenses:
- sources: filetype@v1.0.8/LICENSE
- sources: filetype@v1.1.3/LICENSE
text: |
The MIT License
Expand All @@ -32,6 +32,6 @@ licenses:
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
- sources: filetype@v1.0.8/README.md
- sources: filetype@v1.1.3/README.md
text: MIT - Tomas Aparicio
notices: []
6 changes: 3 additions & 3 deletions .licenses/go/github.com/h2non/filetype/types.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/h2non/filetype/types
version: v1.0.8
version: v1.1.3
type: go
summary:
homepage: https://pkg.go.dev/github.com/h2non/filetype/types
license: mit
licenses:
- sources: filetype@v1.0.8/LICENSE
- sources: filetype@v1.1.3/LICENSE
text: |
The MIT License
Expand All @@ -32,6 +32,6 @@ licenses:
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
- sources: filetype@v1.0.8/README.md
- sources: filetype@v1.1.3/README.md
text: MIT - Tomas Aparicio
notices: []
Loading

0 comments on commit 9bb6968

Please sign in to comment.