Skip to content

Bump goa.design/goa/v3 from 3.13.2 to 3.14.0 #849

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
Nov 6, 2023
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/google/uuid
version: v1.3.1
version: v1.4.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,13 +1,13 @@
---
name: goa.design/goa/v3/http
version: v3.13.2
version: v3.14.0
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.13.2/LICENSE
- sources: v3@v3.14.0/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: goa.design/goa/v3/http/middleware
version: v3.13.2
version: v3.14.0
type: go
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
provide additional functionality.
homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware
license: mit
licenses:
- sources: v3@v3.13.2/LICENSE
- sources: v3@v3.14.0/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.13.2
version: v3.14.0
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.13.2/LICENSE
- sources: v3@v3.14.0/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.13.2
version: v3.14.0
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.13.2/LICENSE
- sources: v3@v3.14.0/LICENSE
text: |
The MIT License (MIT)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/net/bpf
version: v0.15.0
version: v0.17.0
type: go
summary: Package bpf implements marshaling and unmarshaling of programs for the Berkeley
Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
homepage: https://pkg.go.dev/golang.org/x/net/bpf
license: bsd-3-clause
licenses:
- sources: net@v0.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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.15.0
version: v0.17.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.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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.15.0
version: v0.17.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.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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.15.0
version: v0.17.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.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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.15.0
version: v0.17.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.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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/internal/iana
version: v0.15.0
version: v0.17.0
type: go
summary: Package iana provides protocol number resources managed by the Internet Assigned
Numbers Authority (IANA).
homepage: https://pkg.go.dev/golang.org/x/net/internal/iana
license: bsd-3-clause
licenses:
- sources: net@v0.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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/socket
version: v0.15.0
version: v0.17.0
type: go
summary: Package socket provides a portable interface for socket system calls.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socket
license: bsd-3-clause
licenses:
- sources: net@v0.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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/ipv4
version: v0.15.0
version: v0.17.0
type: go
summary: Package ipv4 implements IP-level socket options for the Internet Protocol
version 4.
homepage: https://pkg.go.dev/golang.org/x/net/ipv4
license: bsd-3-clause
licenses:
- sources: net@v0.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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/ipv6
version: v0.15.0
version: v0.17.0
type: go
summary: Package ipv6 implements IP-level socket options for the Internet Protocol
version 6.
homepage: https://pkg.go.dev/golang.org/x/net/ipv6
license: bsd-3-clause
licenses:
- sources: net@v0.15.0/LICENSE
- sources: net@v0.17.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.15.0/PATENTS
- sources: net@v0.17.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.

Loading