Skip to content

Commit 604da4a

Browse files
authoredAug 28, 2023
Bump GOA to V3 and generate (#815)
* go get goa v3 & go mod tidy * bump goa version used in design files (DSL) * goa gen github.com/arduino/arduino-create-agent/design a lot of docs file were deleted because in #670 I forgot to run generate Same * remove doc server followup of #670 since generated doc files are not there anymore * go mod tidy again * bump to goa v3 also in v2 package * fixes after bump to goa v3 (needs to be tested) * update license cache * apply suggestions by code-review
1 parent 1d88dcb commit 604da4a

File tree

93 files changed

+1556
-1347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1556
-1347
lines changed
 

‎.licenses/arduino-create-agent/go/github.com/dimfeld/httptreemux.dep.yml renamed to ‎.licenses/arduino-create-agent/go/github.com/dimfeld/httptreemux/v5.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: github.com/dimfeld/httptreemux
3-
version: v5.0.1+incompatible
2+
name: github.com/dimfeld/httptreemux/v5
3+
version: v5.5.0
44
type: go
55
summary: This is inspired by Julien Schmidt's httprouter, in that it uses a patricia
66
tree, but the implementation is rather different.
7-
homepage: https://pkg.go.dev/github.com/dimfeld/httptreemux
7+
homepage: https://pkg.go.dev/github.com/dimfeld/httptreemux/v5
88
license: mit
99
licenses:
1010
- sources: LICENSE
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: github.com/google/uuid
3+
version: v1.3.0
4+
type: go
5+
summary: Package uuid generates and inspects UUIDs.
6+
homepage: https://pkg.go.dev/github.com/google/uuid
7+
license: bsd-3-clause
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
Copyright (c) 2009,2014 Google Inc. All rights reserved.
12+
13+
Redistribution and use in source and binary forms, with or without
14+
modification, are permitted provided that the following conditions are
15+
met:
16+
17+
* Redistributions of source code must retain the above copyright
18+
notice, this list of conditions and the following disclaimer.
19+
* Redistributions in binary form must reproduce the above
20+
copyright notice, this list of conditions and the following disclaimer
21+
in the documentation and/or other materials provided with the
22+
distribution.
23+
* Neither the name of Google Inc. nor the names of its
24+
contributors may be used to endorse or promote products derived from
25+
this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
notices: []

0 commit comments

Comments
 (0)
Please sign in to comment.