Skip to content

Commit 245e84c

Browse files
authored
[skip-changelog] Remove useless go.mod files in repo / Fix dependabot alerts (#2100)
* Removed go.mod from client_example * Removed go.mod from docsgen * Refactored discovery client and removed now useless go.mod files * Updated license cache * Upgraded some dependencies to fix dependabot alerts
1 parent 7feb54f commit 245e84c

37 files changed

+98
-1473
lines changed

.licenses/go/github.com/gizak/termui/v3.dep.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.licenses/go/github.com/gizak/termui/v3/drawille.dep.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.licenses/go/github.com/gizak/termui/v3/widgets.dep.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.licenses/go/github.com/mitchellh/go-wordwrap.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/go/github.com/nsf/termbox-go.dep.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.licenses/go/golang.org/x/crypto/blowfish.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/blowfish
3-
version: v0.0.0-20210921155107-089bfa567519
3+
version: v0.7.0
44
type: go
55
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/LICENSE
9+
- sources: crypto@v0.7.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/crypto/cast5.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.0.0-20210921155107-089bfa567519
3+
version: v0.7.0
44
type: go
55
summary: Package cast5 implements CAST5, as defined in RFC 2144.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/LICENSE
9+
- sources: crypto@v0.7.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/crypto/ed25519.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/ed25519
3-
version: v0.0.0-20210921155107-089bfa567519
3+
version: v0.7.0
44
type: go
55
summary: Package ed25519 implements the Ed25519 signature algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/LICENSE
9+
- sources: crypto@v0.7.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/sys/internal/unsafeheader.dep.yml renamed to .licenses/go/golang.org/x/crypto/internal/alias.dep.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
name: golang.org/x/sys/internal/unsafeheader
3-
version: v0.0.0-20220722155257-8c9f86f7a55f
2+
name: golang.org/x/crypto/internal/alias
3+
version: v0.7.0
44
type: go
5-
summary: Package unsafeheader contains header declarations for the Go runtime's slice
6-
and string implementations.
7-
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
5+
summary: Package alias implements memory aliasing tests.
6+
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/alias
87
license: bsd-3-clause
98
licenses:
10-
- sources: sys@v0.0.0-20220722155257-8c9f86f7a55f/LICENSE
9+
- sources: crypto@v0.7.0/LICENSE
1110
text: |
1211
Copyright (c) 2009 The Go Authors. All rights reserved.
1312
@@ -36,7 +35,7 @@ licenses:
3635
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3736
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3837
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: sys@v0.0.0-20220722155257-8c9f86f7a55f/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
4039
text: |
4140
Additional IP Rights Grant (Patents)
4241

.licenses/go/golang.org/x/crypto/openpgp.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp
3-
version: v0.0.0-20210921155107-089bfa567519
3+
version: v0.7.0
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/LICENSE
9+
- sources: crypto@v0.7.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.0.0-20210921155107-089bfa567519/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)