Skip to content

Bump goa.design/goa/v3 from 3.14.0 to 3.14.6 #887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ reviewed:
- golang.org/x/crypto/argon2
- golang.org/x/crypto/blake2b
- golang.org/x/crypto/sha3
- golang.org/x/net/internal/socks
- golang.org/x/net/proxy

# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
allowed:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-chi/chi/v5
version: v5.0.10
version: v5.0.11
type: go
summary: Package chi is a small, idiomatic and composable router for building HTTP
services.
Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:

Licensed under [MIT License](./LICENSE)

[GoDoc]: https://pkg.go.dev/github.com/go-chi/chi?tab=versions
[GoDoc]: https://pkg.go.dev/github.com/go-chi/chi/v5
[GoDoc Widget]: https://godoc.org/github.com/go-chi/chi?status.svg
[Travis]: https://travis-ci.org/go-chi/chi
[Travis Widget]: https://travis-ci.org/go-chi/chi.svg?branch=master
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/google/uuid
version: v1.4.0
version: v1.5.0
type: go
summary: Package uuid generates and inspects UUIDs.
homepage: https://pkg.go.dev/github.com/google/uuid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,43 +1,29 @@
---
name: github.com/gorilla/websocket
version: v1.5.0
version: v1.5.1
type: go
summary: Package websocket implements the WebSocket protocol defined in RFC 6455.
homepage: https://pkg.go.dev/github.com/gorilla/websocket
license: bsd-2-clause
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices:
- sources: AUTHORS
text: |-
# This is the official list of Gorilla WebSocket authors for copyright
# purposes.
#
# Please keep the list sorted.

Gary Burd <[email protected]>
Google LLC (https://opensource.google.com/)
Joachim Bauch <[email protected]>
text: "Copyright (c) 2023 The Gorilla Authors. All rights reserved.\n\nRedistribution
and use in source and binary forms, with or without\nmodification, are permitted
provided that the following conditions are\nmet:\n\n\t * Redistributions of source
code must retain the above copyright\nnotice, this list of conditions and the
following disclaimer.\n\t * Redistributions in binary form must reproduce the
above\ncopyright notice, this list of conditions and the following disclaimer\nin
the documentation and/or other materials provided with the\ndistribution.\n\t
* Neither the name of Google Inc. nor the names of its\ncontributors may be used
to endorse or promote products derived from\nthis software without specific prior
written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: goa.design/goa/v3/http
version: v3.14.0
version: v3.14.6
type: go
summary: Package http contains HTTP specific constructs that complement the code generated
by Goa.
homepage: https://pkg.go.dev/goa.design/goa/v3/http
license: mit
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].6/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
name: goa.design/goa/v3/http/middleware
version: v3.14.0
version: v3.14.6
type: go
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
provide additional functionality.
provide ancilliary functionality such as capturing HTTP details into the request
context or printing debug information on incoming requests.
homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware
license: mit
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].6/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: goa.design/goa/v3/middleware
version: v3.14.0
version: v3.14.6
type: go
summary: Package middleware contains transport independent middlewares.
homepage: https://pkg.go.dev/goa.design/goa/v3/middleware
license: mit
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].6/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: goa.design/goa/v3/pkg
version: v3.14.0
version: v3.14.6
type: go
summary: Package goa implements a Go framework for writing microservices that promotes
best practice by providing a single source of truth from which server code, client
code, and documentation is derived.
homepage: https://pkg.go.dev/goa.design/goa/v3/pkg
license: mit
licenses:
- sources: [email protected].0/LICENSE
- sources: [email protected].6/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/argon2
version: v0.17.0
version: v0.18.0
type: go
summary: Package argon2 implements the key derivation function Argon2.
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
license: bsd-3-clause
licenses:
- sources: crypto@v0.17.0/LICENSE
- sources: crypto@v0.18.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.17.0/PATENTS
- sources: crypto@v0.18.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/blake2b
version: v0.17.0
version: v0.18.0
type: go
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
and the extendable output function (XOF) BLAKE2Xb.
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
license: bsd-3-clause
licenses:
- sources: crypto@v0.17.0/LICENSE
- sources: crypto@v0.18.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.17.0/PATENTS
- sources: crypto@v0.18.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/cast5
version: v0.17.0
version: v0.18.0
type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
license: bsd-3-clause
licenses:
- sources: crypto@v0.17.0/LICENSE
- sources: crypto@v0.18.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.17.0/PATENTS
- sources: crypto@v0.18.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/sha3
version: v0.17.0
version: v0.18.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.
homepage: https://pkg.go.dev/golang.org/x/crypto/sha3
license: bsd-3-clause
licenses:
- sources: crypto@v0.17.0/LICENSE
- sources: crypto@v0.18.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.17.0/PATENTS
- sources: crypto@v0.18.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/html
version: v0.19.0
version: v0.20.0
type: go
summary: Package html implements an HTML5-compliant tokenizer and parser.
homepage: https://pkg.go.dev/golang.org/x/net/html
license: other
licenses:
- sources: net@v0.19.0/LICENSE
- sources: net@v0.20.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.19.0/PATENTS
- sources: net@v0.20.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/net/html/atom
version: v0.19.0
version: v0.20.0
type: go
summary: 'Package atom provides integer codes (also known as atoms) for a fixed set
of frequently occurring HTML strings: tag names and attribute keys such as "p" and
"id".'
homepage: https://pkg.go.dev/golang.org/x/net/html/atom
license: other
licenses:
- sources: net@v0.19.0/LICENSE
- sources: net@v0.20.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -37,7 +37,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.19.0/PATENTS
- sources: net@v0.20.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/http2
version: v0.19.0
version: v0.20.0
type: go
summary: Package http2 implements the HTTP/2 protocol.
homepage: https://pkg.go.dev/golang.org/x/net/http2
license: bsd-3-clause
licenses:
- sources: net@v0.19.0/LICENSE
- sources: net@v0.20.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.19.0/PATENTS
- sources: net@v0.20.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/net/http2/h2c
version: v0.19.0
version: v0.20.0
type: go
summary: Package h2c implements the unencrypted "h2c" form of HTTP/2.
homepage: https://pkg.go.dev/golang.org/x/net/http2/h2c
license: bsd-3-clause
licenses:
- sources: net@v0.19.0/LICENSE
- sources: net@v0.20.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.19.0/PATENTS
- sources: net@v0.20.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading