Auto-update license files

This commit is contained in:
licensed-ci
2022-04-26 03:38:28 +00:00
parent bde5f88201
commit 57a09b71d4
156 changed files with 2660 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/containers
version: v1.12.0
version: v1.18.1
type: go
summary: Package containers provides core interfaces and functions for data structures.
homepage: https://godoc.org/github.com/emirpasic/gods/containers

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/lists
version: v1.12.0
version: v1.18.1
type: go
summary: Package lists provides an abstract List interface.
homepage: https://godoc.org/github.com/emirpasic/gods/lists

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/lists/arraylist
version: v1.12.0
version: v1.18.1
type: go
summary: Package arraylist implements the array list.
homepage: https://godoc.org/github.com/emirpasic/gods/lists/arraylist

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/trees
version: v1.12.0
version: v1.18.1
type: go
summary: Package trees provides an abstract Tree interface.
homepage: https://godoc.org/github.com/emirpasic/gods/trees

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/trees/binaryheap
version: v1.12.0
version: v1.18.1
type: go
summary: Package binaryheap implements a binary heap backed by array list.
homepage: https://godoc.org/github.com/emirpasic/gods/trees/binaryheap

View File

@@ -1,6 +1,6 @@
---
name: github.com/emirpasic/gods/utils
version: v1.12.0
version: v1.18.1
type: go
summary: Package utils provides common utility functions.
homepage: https://godoc.org/github.com/emirpasic/gods/utils