Auto-update license files

This commit is contained in:
licensed-ci
2024-03-11 20:59:10 +00:00
parent 17ba369b37
commit 9f4fb3fbda
23 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/argon2
version: v0.19.0
version: v0.21.0
type: go
summary: Package argon2 implements the key derivation function Argon2.
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/blake2b
version: v0.19.0
version: v0.21.0
type: go
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
and the extendable output function (XOF) BLAKE2Xb.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/blowfish
version: v0.19.0
version: v0.21.0
type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/cast5
version: v0.19.0
version: v0.21.0
type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/curve25519
version: v0.19.0
version: v0.21.0
type: go
summary: Package curve25519 provides an implementation of the X25519 function, which
performs scalar multiplication on the elliptic curve known as Curve25519.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp
version: v0.19.0
version: v0.21.0
type: go
summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp/armor
version: v0.19.0
version: v0.21.0
type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/armor

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp/elgamal
version: v0.19.0
version: v0.21.0
type: go
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp/errors
version: v0.19.0
version: v0.21.0
type: go
summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/golang.org/x/crypto/openpgp/errors

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp/packet
version: v0.19.0
version: v0.21.0
type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/openpgp/s2k
version: v0.19.0
version: v0.21.0
type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/sha3
version: v0.19.0
version: v0.21.0
type: go
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
the SHAKE variable-output-length hash functions defined by FIPS-202.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/ssh
version: v0.19.0
version: v0.21.0
type: go
summary: Package ssh implements an SSH client and server.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/ssh/agent
version: v0.19.0
version: v0.21.0
type: go
summary: Package agent implements the ssh-agent protocol, and provides both a client
and a server.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
version: v0.19.0
version: v0.21.0
type: go
summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD.
homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/crypto/ssh/knownhosts
version: v0.19.0
version: v0.21.0
type: go
summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key
database, and provides utility functions for writing OpenSSH compliant known_hosts

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/net/context
version: v0.21.0
version: v0.22.0
type: go
summary: Package context defines the Context type, which carries deadlines, cancelation
signals, and other request-scoped values across API boundaries and between processes.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/net/internal/socks
version: v0.21.0
version: v0.22.0
type: go
summary: Package socks provides a SOCKS version 5 client implementation.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/net/proxy
version: v0.21.0
version: v0.22.0
type: go
summary: Package proxy provides support for a variety of protocols to proxy network
data.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/oauth2
version: v0.17.0
version: v0.18.0
type: go
summary: Package oauth2 provides support for making OAuth2 authorized and authenticated
HTTP requests, as specified in RFC 6749.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/oauth2/internal
version: v0.17.0
version: v0.18.0
type: go
summary: Package internal contains support packages for oauth2 package.
homepage: https://pkg.go.dev/golang.org/x/oauth2/internal

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/sys/execabs
version: v0.17.0
version: v0.18.0
type: go
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
to find absolute paths.

View File

@@ -1,6 +1,6 @@
---
name: golang.org/x/sys/unix
version: v0.17.0
version: v0.18.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix