Skip to content

Bump goa.design/goa/v3 from 3.15.2 to 3.16.1 #937

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 3 commits into from
May 2, 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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: goa.design/goa/v3/http
version: v3.15.2
version: v3.16.1
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: v3@v3.15.2/LICENSE
- sources: v3@v3.16.1/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/http/middleware
version: v3.15.2
version: v3.16.1
type: go
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
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: v3@v3.15.2/LICENSE
- sources: v3@v3.16.1/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.15.2
version: v3.16.1
type: go
summary: Package middleware contains transport independent middlewares.
homepage: https://pkg.go.dev/goa.design/goa/v3/middleware
license: mit
licenses:
- sources: v3@v3.15.2/LICENSE
- sources: v3@v3.16.1/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.15.2
version: v3.16.1
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: v3@v3.15.2/LICENSE
- sources: v3@v3.16.1/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.21.0
version: v0.22.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.21.0/LICENSE
- sources: crypto@v0.22.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.21.0/PATENTS
- sources: crypto@v0.22.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.21.0
version: v0.22.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.21.0/LICENSE
- sources: crypto@v0.22.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.21.0/PATENTS
- sources: crypto@v0.22.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.21.0
version: v0.22.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.21.0/LICENSE
- sources: crypto@v0.22.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.21.0/PATENTS
- sources: crypto@v0.22.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.21.0
version: v0.22.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.21.0/LICENSE
- sources: crypto@v0.22.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.21.0/PATENTS
- sources: crypto@v0.22.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.22.0
version: v0.24.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.22.0/LICENSE
- sources: net@v0.24.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.22.0/PATENTS
- sources: net@v0.24.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.22.0
version: v0.24.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.22.0/LICENSE
- sources: net@v0.24.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.22.0/PATENTS
- sources: net@v0.24.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.22.0
version: v0.24.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.22.0/LICENSE
- sources: net@v0.24.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.22.0/PATENTS
- sources: net@v0.24.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.22.0
version: v0.24.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.22.0/LICENSE
- sources: net@v0.24.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.22.0/PATENTS
- sources: net@v0.24.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/internal/socks
version: v0.22.0
version: v0.24.0
type: go
summary: Package socks provides a SOCKS version 5 client implementation.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
license: other
licenses:
- sources: net@v0.22.0/LICENSE
- sources: net@v0.24.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.22.0/PATENTS
- sources: net@v0.24.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/net/proxy
version: v0.22.0
version: v0.24.0
type: go
summary: Package proxy provides support for a variety of protocols to proxy network
data.
homepage: https://pkg.go.dev/golang.org/x/net/proxy
license: other
licenses:
- sources: net@v0.22.0/LICENSE
- sources: net@v0.24.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: net@v0.22.0/PATENTS
- sources: net@v0.24.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
2 changes: 1 addition & 1 deletion gen/http/cli/arduino_create_agent/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/client/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/client/encode_decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/client/paths.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/client/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/server/encode_decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/server/paths.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/server/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/http/tools/server/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/tools/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/tools/endpoints.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/tools/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/tools/views/view.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading