summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--vendor/github.com/gin-contrib/cors/.goreleaser.yaml46
-rw-r--r--vendor/modules.txt2
4 files changed, 14 insertions, 40 deletions
diff --git a/go.mod b/go.mod
index b0d175eaf..92f799a92 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
github.com/buckket/go-blurhash v1.1.0
github.com/coreos/go-oidc/v3 v3.10.0
github.com/disintegration/imaging v1.6.2
- github.com/gin-contrib/cors v1.7.1
+ github.com/gin-contrib/cors v1.7.2
github.com/gin-contrib/gzip v1.0.1
github.com/gin-contrib/sessions v1.0.1
github.com/gin-gonic/gin v1.9.1
diff --git a/go.sum b/go.sum
index 091f3d020..61f99c22b 100644
--- a/go.sum
+++ b/go.sum
@@ -193,8 +193,8 @@ github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uq
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gavv/httpexpect v2.0.0+incompatible h1:1X9kcRshkSKEjNJJxX9Y9mQ5BRfbxU5kORdjhlA1yX8=
github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc=
-github.com/gin-contrib/cors v1.7.1 h1:s9SIppU/rk8enVvkzwiC2VK3UZ/0NNGsWfUKvV55rqs=
-github.com/gin-contrib/cors v1.7.1/go.mod h1:n/Zj7B4xyrgk/cX1WCX2dkzFfaNm/xJb6oIUk7WTtps=
+github.com/gin-contrib/cors v1.7.2 h1:oLDHxdg8W/XDoN/8zamqk/Drgt4oVZDvaV0YmvVICQw=
+github.com/gin-contrib/cors v1.7.2/go.mod h1:SUJVARKgQ40dmrzgXEVxj2m7Ig1v1qIboQkPDTQ9t2E=
github.com/gin-contrib/gzip v1.0.1 h1:HQ8ENHODeLY7a4g1Au/46Z92bdGFl74OhxcZble9WJE=
github.com/gin-contrib/gzip v1.0.1/go.mod h1:njt428fdUNRvjuJf16tZMYZ2Yl+WQB53X5wmhDwXvC4=
github.com/gin-contrib/sessions v1.0.1 h1:3hsJyNs7v7N8OtelFmYXFrulAf6zSR7nW/putcPEHxI=
diff --git a/vendor/github.com/gin-contrib/cors/.goreleaser.yaml b/vendor/github.com/gin-contrib/cors/.goreleaser.yaml
index d26795543..f07cb19fb 100644
--- a/vendor/github.com/gin-contrib/cors/.goreleaser.yaml
+++ b/vendor/github.com/gin-contrib/cors/.goreleaser.yaml
@@ -7,32 +7,7 @@ builds:
skip: true
changelog:
- # Set it to true if you wish to skip the changelog generation.
- # This may result in an empty release notes on GitHub/GitLab/Gitea.
- skip: false
-
- # Changelog generation implementation to use.
- #
- # Valid options are:
- # - `git`: uses `git log`;
- # - `github`: uses the compare GitHub API, appending the author login to the changelog.
- # - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog.
- # - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
- #
- # Defaults to `git`.
- use: git
-
- # Sorts the changelog by the commit's messages.
- # Could either be asc, desc or empty
- # Default is empty
- sort: asc
-
- # Group commits messages by given regex and title.
- # Order value defines the order of the groups.
- # Proving no regex means all commits will be grouped under the default group.
- # Groups are disabled when using github-native, as it already groups things by itself.
- #
- # Default is no groups.
+ use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
@@ -43,14 +18,13 @@ changelog:
- title: "Enhancements"
regexp: "^.*chore[(\\w)]*:+.*$"
order: 2
+ - title: "Refactor"
+ regexp: "^.*refactor[(\\w)]*:+.*$"
+ order: 3
+ - title: "Build process updates"
+ regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
+ order: 4
+ - title: "Documentation updates"
+ regexp: ^.*?docs?(\(.+\))??!?:.+$
+ order: 4
- title: Others
- order: 999
-
- filters:
- # Commit messages matching the regexp listed here will be removed from
- # the changelog
- # Default is empty
- exclude:
- - "^docs"
- - "CICD"
- - typo
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 19bb9ebea..617bb5373 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -220,7 +220,7 @@ github.com/gabriel-vasile/mimetype
github.com/gabriel-vasile/mimetype/internal/charset
github.com/gabriel-vasile/mimetype/internal/json
github.com/gabriel-vasile/mimetype/internal/magic
-# github.com/gin-contrib/cors v1.7.1
+# github.com/gin-contrib/cors v1.7.2
## explicit; go 1.18
github.com/gin-contrib/cors
# github.com/gin-contrib/gzip v1.0.1