Skip to content

Commit

Permalink
Bump github.com/gin-contrib/multitemplate
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-contrib/multitemplate](https://github.com/gin-contrib/multitemplate) from 0.0.0-20231211133547-5f8f48f9d29f to 1.0.1.
- [Release notes](https://github.com/gin-contrib/multitemplate/releases)
- [Changelog](https://github.com/gin-contrib/multitemplate/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/multitemplate/commits/v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/multitemplate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and VaiTon committed Sep 21, 2024
1 parent 998df4a commit 85826b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
require (
github.com/arran4/golang-ical v0.2.2
github.com/csunibo/unibo-go v0.0.12
github.com/gin-contrib/multitemplate v0.0.0-20231211133547-5f8f48f9d29f
github.com/gin-contrib/multitemplate v1.0.1
github.com/gin-contrib/size v1.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/assert/v2 v2.2.0
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ github.com/cloudwego/iasm v0.2.0 h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg=
github.com/cloudwego/iasm v0.2.0/go.mod h1:8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQPiEFhY=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/csunibo/unibo-go v0.0.10 h1:UwFIvTpXMKZCOVoX564RmqQttXTTs5Xz5hCAjun8NFk=
github.com/csunibo/unibo-go v0.0.10/go.mod h1:h2+xnccHa7x48RNB6d07bpHQ01ozw4oihgDOlvVrJ9U=
github.com/csunibo/unibo-go v0.0.11 h1:vCRbMepElEV61jFZw0TU7c0nEnIQg/d/4gXphPgK9R0=
github.com/csunibo/unibo-go v0.0.11/go.mod h1:h2+xnccHa7x48RNB6d07bpHQ01ozw4oihgDOlvVrJ9U=
github.com/csunibo/unibo-go v0.0.12 h1:tNcapp8PF53bRdOyy2ZldS/Wfk/N6fOGrdcg4KBbI90=
github.com/csunibo/unibo-go v0.0.12/go.mod h1:h2+xnccHa7x48RNB6d07bpHQ01ozw4oihgDOlvVrJ9U=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -29,8 +25,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gin-contrib/multitemplate v0.0.0-20231211133547-5f8f48f9d29f h1:kbYhvxSG7QmFvDQLGvM1gXtSDflLLQkvuy6knT3NQ8I=
github.com/gin-contrib/multitemplate v0.0.0-20231211133547-5f8f48f9d29f/go.mod h1:XLLtIXoP9+9zGcEDc7gAGV3AksGPO+vzv4kXHMJSdU0=
github.com/gin-contrib/multitemplate v1.0.1 h1:Asi8boB7NctSoQzbWDosLObon0cYMP5OM+ihQMjlW5M=
github.com/gin-contrib/multitemplate v1.0.1/go.mod h1:uU+PnuKoiEHWqB9Zvco+Kqv9KNrsHi6IZOUUgTctMPA=
github.com/gin-contrib/size v1.0.1 h1:GreQH9js/8s683t6zeoAzpO936TIUOLg7/FPX+lln2M=
github.com/gin-contrib/size v1.0.1/go.mod h1:OdxqPUhQ3lW9y9zB1wR7MjkSDHMbaPJ5PVSMkGgQF1A=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
Expand Down

0 comments on commit 85826b1

Please sign in to comment.