Skip to content

Commit eed00dd

Browse files
committed
chore: renew deps cache
1 parent e5fa7bd commit eed00dd

30 files changed

+93
-94
lines changed

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

+3-3
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-20211215153901-e495a2d5b3d3
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-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/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

+3-3
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-20211215153901-e495a2d5b3d3
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-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/crypto/curve25519/internal/field.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/curve25519/internal/field
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package field implements fast arithmetic modulo 2^255-19.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519/internal/field
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/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

+3-3
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-20211215153901-e495a2d5b3d3
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-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/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

+6-7
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/internal/poly1305.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/internal/poly1305
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package poly1305 implements Poly1305 one-time message authentication code
66
as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/poly1305
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
10+
- sources: crypto@v0.7.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
39+
- sources: crypto@v0.7.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+3-3
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-20211215153901-e495a2d5b3d3
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-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp/armor
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/openpgp/elgamal
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
66
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
77
IEEE Transactions on Information Theory, v.
88
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/elgamal
99
license: bsd-3-clause
1010
licenses:
11-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
11+
- sources: crypto@v0.7.0/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
40+
- sources: crypto@v0.7.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/openpgp/errors
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package errors contains common error types for the OpenPGP packages.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/openpgp/packet
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package packet implements parsing and serialization of OpenPGP packets, as
66
specified in RFC 4880.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/packet
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
10+
- sources: crypto@v0.7.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
39+
- sources: crypto@v0.7.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/openpgp/s2k
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
66
in RFC 4800 section 3.7.1.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/s2k
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
10+
- sources: crypto@v0.7.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
39+
- sources: crypto@v0.7.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/ssh
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package ssh implements an SSH client and server.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/crypto/ssh/agent.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/ssh/agent
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package agent implements the ssh-agent protocol, and provides both a client
66
and a server.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
10+
- sources: crypto@v0.7.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
39+
- sources: crypto@v0.7.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/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-20211215153901-e495a2d5b3d3/PATENTS
38+
- sources: crypto@v0.7.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/crypto/ssh/knownhosts.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/crypto/ssh/knownhosts
3-
version: v0.0.0-20211215153901-e495a2d5b3d3
3+
version: v0.7.0
44
type: go
55
summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key
66
database, and provides utility functions for writing OpenSSH compliant known_hosts
77
files.
88
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts
99
license: bsd-3-clause
1010
licenses:
11-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/LICENSE
11+
- sources: crypto@v0.7.0/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: crypto@v0.0.0-20211215153901-e495a2d5b3d3/PATENTS
40+
- sources: crypto@v0.7.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

0 commit comments

Comments
 (0)