Auto-update license files

This commit is contained in:
licensed-ci
2024-04-19 13:27:39 +00:00
parent 98e0fe33bf
commit 8f29ed31f6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
--- ---
name: golang.org/x/net/context name: golang.org/x/net/context
version: v0.22.0 version: v0.23.0
type: go type: go
summary: Package context defines the Context type, which carries deadlines, cancelation summary: Package context defines the Context type, which carries deadlines, cancelation
signals, and other request-scoped values across API boundaries and between processes. 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 name: golang.org/x/net/internal/socks
version: v0.22.0 version: v0.23.0
type: go type: go
summary: Package socks provides a SOCKS version 5 client implementation. summary: Package socks provides a SOCKS version 5 client implementation.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks homepage: https://pkg.go.dev/golang.org/x/net/internal/socks

View File

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