Skip to content

Commit 1516602

Browse files
Bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0 (#713)
* Bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.8.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.7.7...v1.8.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] <[email protected]> * update deps licenses Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Umberto Baldi <[email protected]>
1 parent d5585ea commit 1516602

Some content is hidden

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

65 files changed

+371
-633
lines changed

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

Lines changed: 6 additions & 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.7.7
3+
version: v1.8.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
@@ -143,6 +143,11 @@ notices:
143143
- Fix typo in comment
144144
145145
146+
**@jincheng9 (Jincheng Zhang)**
147+
- ★ support TSR when wildcard follows named param
148+
- Fix errors and typos in comments
149+
150+
146151
**@joiggama (Ignacio Galindo)**
147152
- Add utf-8 charset header on renders
148153

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

Lines changed: 2 additions & 2 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.7.7
3+
version: v1.8.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/binding
77
license: mit
88
licenses:
9-
- sources: gin@v1.7.7/LICENSE
9+
- sources: gin@v1.8.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: 2 additions & 2 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.7.7
3+
version: v1.8.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/internal/bytesconv
77
license: mit
88
licenses:
9-
- sources: gin@v1.7.7/LICENSE
9+
- sources: gin@v1.8.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: 2 additions & 2 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.7.7
3+
version: v1.8.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/internal/json
77
license: mit
88
licenses:
9-
- sources: gin@v1.7.7/LICENSE
9+
- sources: gin@v1.8.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: 2 additions & 2 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.7.7
3+
version: v1.8.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/gin-gonic/gin/render
77
license: mit
88
licenses:
9-
- sources: gin@v1.7.7/LICENSE
9+
- sources: gin@v1.8.0/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212

.licenses/arduino-create-agent/go/github.com/go-playground/locales.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/go-playground/locales
3-
version: v0.13.0
3+
version: v0.14.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-playground/locales

.licenses/arduino-create-agent/go/github.com/go-playground/locales/currency.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/go-playground/locales/currency
3-
version: v0.13.0
3+
version: v0.14.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-playground/locales/currency
77
license: mit
88
licenses:
9-
- sources: locales@v0.13.0/LICENSE
9+
- sources: locales@v0.14.0/LICENSE
1010
text: |-
1111
The MIT License (MIT)
1212
@@ -29,6 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32-
- sources: locales@v0.13.0/README.md
32+
- sources: locales@v0.14.0/README.md
3333
text: Distributed under MIT License, please see license file in code for more details.
3434
notices: []

.licenses/arduino-create-agent/go/github.com/go-playground/universal-translator.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/go-playground/universal-translator
3-
version: v0.17.0
3+
version: v0.18.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/go-playground/universal-translator

.licenses/arduino-create-agent/go/github.com/go-playground/validator/v10.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/go-playground/validator/v10
3-
version: v10.4.1
3+
version: v10.10.0
44
type: go
55
summary: Package validator implements value validations for structs and individual
66
fields based on tags.

.licenses/arduino-create-agent/go/github.com/golang/protobuf/proto.dep.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)