Skip to content

Commit e78d618

Browse files
Bump goa.design/goa/v3 from 3.15.2 to 3.16.1 (#937)
* Bump goa.design/goa/v3 from 3.15.2 to 3.16.1 Bumps goa.design/goa/v3 from 3.15.2 to 3.16.1. --- updated-dependencies: - dependency-name: goa.design/goa/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update licenses * run `goa gen github.com/arduino/arduino-create-agent/design` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Umberto Baldi <[email protected]>
1 parent 01c2e3e commit e78d618

30 files changed

+70
-69
lines changed

.licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: goa.design/goa/v3/http
3-
version: v3.15.2
3+
version: v3.16.1
44
type: go
55
summary: Package http contains HTTP specific constructs that complement the code generated
66
by Goa.
77
homepage: https://pkg.go.dev/goa.design/goa/v3/http
88
license: mit
99
licenses:
10-
- sources: v3@v3.15.2/LICENSE
10+
- sources: v3@v3.16.1/LICENSE
1111
text: |
1212
The MIT License (MIT)
1313

.licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: goa.design/goa/v3/http/middleware
3-
version: v3.15.2
3+
version: v3.16.1
44
type: go
55
summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to
66
provide ancilliary functionality such as capturing HTTP details into the request
77
context or printing debug information on incoming requests.
88
homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware
99
license: mit
1010
licenses:
11-
- sources: v3@v3.15.2/LICENSE
11+
- sources: v3@v3.16.1/LICENSE
1212
text: |
1313
The MIT License (MIT)
1414

.licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: goa.design/goa/v3/middleware
3-
version: v3.15.2
3+
version: v3.16.1
44
type: go
55
summary: Package middleware contains transport independent middlewares.
66
homepage: https://pkg.go.dev/goa.design/goa/v3/middleware
77
license: mit
88
licenses:
9-
- sources: v3@v3.15.2/LICENSE
9+
- sources: v3@v3.16.1/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/goa.design/goa/v3/pkg.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: goa.design/goa/v3/pkg
3-
version: v3.15.2
3+
version: v3.16.1
44
type: go
55
summary: Package goa implements a Go framework for writing microservices that promotes
66
best practice by providing a single source of truth from which server code, client
77
code, and documentation is derived.
88
homepage: https://pkg.go.dev/goa.design/goa/v3/pkg
99
license: mit
1010
licenses:
11-
- sources: v3@v3.15.2/LICENSE
11+
- sources: v3@v3.16.1/LICENSE
1212
text: |
1313
The MIT License (MIT)
1414

.licenses/arduino-create-agent/go/golang.org/x/crypto/argon2.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/argon2
3-
version: v0.21.0
3+
version: v0.22.0
44
type: go
55
summary: Package argon2 implements the key derivation function Argon2.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.21.0/LICENSE
9+
- sources: crypto@v0.22.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.21.0/PATENTS
38+
- sources: crypto@v0.22.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/blake2b.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/blake2b
3-
version: v0.21.0
3+
version: v0.22.0
44
type: go
55
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
66
and the extendable output function (XOF) BLAKE2Xb.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.21.0/LICENSE
10+
- sources: crypto@v0.22.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.21.0/PATENTS
39+
- sources: crypto@v0.22.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/golang.org/x/crypto/cast5.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/crypto/cast5
3-
version: v0.21.0
3+
version: v0.22.0
44
type: go
55
summary: Package cast5 implements CAST5, as defined in RFC 2144.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
77
license: bsd-3-clause
88
licenses:
9-
- sources: crypto@v0.21.0/LICENSE
9+
- sources: crypto@v0.22.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: crypto@v0.21.0/PATENTS
38+
- sources: crypto@v0.22.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/crypto/sha3.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/crypto/sha3
3-
version: v0.21.0
3+
version: v0.22.0
44
type: go
55
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
66
the SHAKE variable-output-length hash functions defined by FIPS-202.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/sha3
88
license: bsd-3-clause
99
licenses:
10-
- sources: crypto@v0.21.0/LICENSE
10+
- sources: crypto@v0.22.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: crypto@v0.21.0/PATENTS
39+
- sources: crypto@v0.22.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/golang.org/x/net/html.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/html
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: Package html implements an HTML5-compliant tokenizer and parser.
66
homepage: https://pkg.go.dev/golang.org/x/net/html
77
license: other
88
licenses:
9-
- sources: net@v0.22.0/LICENSE
9+
- sources: net@v0.24.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.22.0/PATENTS
38+
- sources: net@v0.24.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/net/html/atom.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/net/html/atom
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: 'Package atom provides integer codes (also known as atoms) for a fixed set
66
of frequently occurring HTML strings: tag names and attribute keys such as "p" and
77
"id".'
88
homepage: https://pkg.go.dev/golang.org/x/net/html/atom
99
license: other
1010
licenses:
11-
- sources: net@v0.22.0/LICENSE
11+
- sources: net@v0.24.0/LICENSE
1212
text: |
1313
Copyright (c) 2009 The Go Authors. All rights reserved.
1414
@@ -37,7 +37,7 @@ licenses:
3737
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3838
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3939
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40-
- sources: net@v0.22.0/PATENTS
40+
- sources: net@v0.24.0/PATENTS
4141
text: |
4242
Additional IP Rights Grant (Patents)
4343

.licenses/arduino-create-agent/go/golang.org/x/net/http2.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/http2
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: Package http2 implements the HTTP/2 protocol.
66
homepage: https://pkg.go.dev/golang.org/x/net/http2
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.22.0/LICENSE
9+
- sources: net@v0.24.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.22.0/PATENTS
38+
- sources: net@v0.24.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/net/http2/h2c.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/http2/h2c
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: Package h2c implements the unencrypted "h2c" form of HTTP/2.
66
homepage: https://pkg.go.dev/golang.org/x/net/http2/h2c
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.22.0/LICENSE
9+
- sources: net@v0.24.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.22.0/PATENTS
38+
- sources: net@v0.24.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/net/internal/socks.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/net/internal/socks
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: Package socks provides a SOCKS version 5 client implementation.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/socks
77
license: other
88
licenses:
9-
- sources: net@v0.22.0/LICENSE
9+
- sources: net@v0.24.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: net@v0.22.0/PATENTS
38+
- sources: net@v0.24.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/golang.org/x/net/proxy.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/proxy
3-
version: v0.22.0
3+
version: v0.24.0
44
type: go
55
summary: Package proxy provides support for a variety of protocols to proxy network
66
data.
77
homepage: https://pkg.go.dev/golang.org/x/net/proxy
88
license: other
99
licenses:
10-
- sources: net@v0.22.0/LICENSE
10+
- sources: net@v0.24.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.22.0/PATENTS
39+
- sources: net@v0.24.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

gen/http/cli/arduino_create_agent/cli.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/client/cli.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/client/client.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/client/encode_decode.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/client/paths.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/client/types.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/server/encode_decode.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/server/paths.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/server/server.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/http/tools/server/types.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/tools/client.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/tools/endpoints.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/tools/service.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/tools/views/view.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)