summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--vendor/github.com/gin-contrib/sessions/.goreleaser.yaml52
-rw-r--r--vendor/modules.txt4
4 files changed, 16 insertions, 46 deletions
diff --git a/go.mod b/go.mod
index 0752cc1b5..b0d175eaf 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
github.com/disintegration/imaging v1.6.2
github.com/gin-contrib/cors v1.7.1
github.com/gin-contrib/gzip v1.0.1
- github.com/gin-contrib/sessions v1.0.0
+ github.com/gin-contrib/sessions v1.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-playground/form/v4 v4.2.1
github.com/go-swagger/go-swagger v0.30.6-0.20240418033037-c46c303aaa02
diff --git a/go.sum b/go.sum
index 39b6f3815..091f3d020 100644
--- a/go.sum
+++ b/go.sum
@@ -197,8 +197,8 @@ github.com/gin-contrib/cors v1.7.1 h1:s9SIppU/rk8enVvkzwiC2VK3UZ/0NNGsWfUKvV55rq
github.com/gin-contrib/cors v1.7.1/go.mod h1:n/Zj7B4xyrgk/cX1WCX2dkzFfaNm/xJb6oIUk7WTtps=
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.0 h1:r5GLta4Oy5xo9rAwMHx8B4wLpeRGHMdz9NafzJAdP8Y=
-github.com/gin-contrib/sessions v1.0.0/go.mod h1:DN0f4bvpqMQElDdi+gNGScrP2QEI04IErRyMFyorUOI=
+github.com/gin-contrib/sessions v1.0.1 h1:3hsJyNs7v7N8OtelFmYXFrulAf6zSR7nW/putcPEHxI=
+github.com/gin-contrib/sessions v1.0.1/go.mod h1:ouxSFM24/OgIud5MJYQJLpy6AwxQ5EYO9yLhbtObGkM=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=
diff --git a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml b/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
index d26795543..dc3a01fb7 100644
--- a/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
+++ b/vendor/github.com/gin-contrib/sessions/.goreleaser.yaml
@@ -1,38 +1,8 @@
-project_name: queue
-
builds:
- - # If true, skip the build.
- # Useful for library projects.
- # Default is false
- skip: true
+ - 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 +13,14 @@ 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 0fb566674..19bb9ebea 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -226,8 +226,8 @@ github.com/gin-contrib/cors
# github.com/gin-contrib/gzip v1.0.1
## explicit; go 1.18
github.com/gin-contrib/gzip
-# github.com/gin-contrib/sessions v1.0.0
-## explicit; go 1.18
+# github.com/gin-contrib/sessions v1.0.1
+## explicit; go 1.19
github.com/gin-contrib/sessions
github.com/gin-contrib/sessions/memstore
# github.com/gin-contrib/sse v0.1.0