8000 Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#948) · arduino/arduino-create-agent@bf5b8e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf5b8e4

Browse files
Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#948)
* Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update licenses --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MatteoPologruto <m.pologruto@arduino.cc>
1 parent 6cbc955 commit bf5b8e4

39 files changed

+132
-132
lines changed

.licenses/arduino-create-agent/go/github.com/gin-gonic/gin.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/gin-gonic/gin
3-
version: v1.9.1
3+
version: v1.10.0
44
type: go
55
summary: Package gin implements a HTTP web framework called gin.
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin

.licenses/arduino-create-agent/go/github.com/gin-gonic/gin/binding.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/gin-gonic/gin/binding
3-
version: v1.9.1
3+
version: v1.10.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/binding
77
license: mit
88
licenses:
9-
- sources: gin@v1.9.1/LICENSE
9+
- sources: gin@v1.10.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/github.com/gin-gonic/gin/internal/bytesconv.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/gin-gonic/gin/internal/bytesconv
3-
version: v1.9.1
3+
version: v1.10.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/internal/bytesconv
77
license: mit
88
licenses:
9-
- sources: gin@v1.9.1/LICENSE
9+
- sources: gin@v1.10.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/github.com/gin-gonic/gin/internal/json.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/gin-gonic/gin/internal/json
3-
version: v1.9.1
3+
version: v1.10.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/internal/json
77
license: mit
88
licenses:
9-
- sources: gin@v1.9.1/LICENSE
9+
- sources: gin@v1.10.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/github.com/gin-gonic/gin/render.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/gin-gonic/gin/render
3-
version: v1.9.1
3+
version: v1.10.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/render
77
license: mit
88
licenses:
9-
- sources: gin@v1.9.1/LICENSE
9+
- sources: gin@v1.10.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/github.com/pelletier/go-toml/v2.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/pelletier/go-toml/v2
3-
version: v2.2.1
3+
version: v2.2.2
44
type: go
55
summary: Package toml is a library to read and write TOML documents.
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2

.licenses/arduino-create-agent/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/characters
3-
version: v2.2.1
3+
version: v2.2.2
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
77
license: other
88
licenses:
9-
- sources: v2@v2.2.1/LICENSE
9+
- sources: v2@v2.2.2/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.1/README.md
33+
- sources: v2@v2.2.2/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/arduino-create-agent/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/danger
3-
version: v2.2.1
3+
version: v2.2.2
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
77
license: other
88
licenses:
9-
- sources: v2@v2.2.1/LICENSE
9+
- sources: v2@v2.2.2/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.1/README.md
33+
- sources: v2@v2.2.2/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/arduino-create-agent/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/tracker
3-
version: v2.2.1
3+
version: v2.2.2
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
77
license: other
88
licenses:
9-
- sources: v2@v2.2.1/LICENSE
9+
- sources: v2@v2.2.2/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.1/README.md
33+
- sources: v2@v2.2.2/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/arduino-create-agent/go/github.com/pelletier/go-toml/v2/unstable.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/pelletier/go-toml/v2/unstable
3-
version: v2.2.1
3+
version: v2.2.2
44
type: go
55
summary: Package unstable provides APIs that do not meet the backward compatibility
66
guarantees yet.
77
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
88
license: other
99
licenses:
10-
- sources: v2@v2.2.1/LICENSE
10+
- sources: v2@v2.2.2/LICENSE
1111
text: |
1212
The MIT License (MIT)
1313
@@ -31,6 +31,6 @@ licenses:
3131
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3232
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3333
SOFTWARE.
34-
- sources: v2@v2.2.1/README.md
34+
- sources: v2@v2.2.2/README.md
3535
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3636
notices: []

0 commit comments

Comments
 (0)
0