Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-01 13:15:02 +0300
committerGitHub <noreply@github.com>2023-06-01 13:15:02 +0300
commit459c19eee2fbdc2e56a89d1853324e8c19ee85a1 (patch)
tree9ea3db0417710539ddb6407ed03da92acbe7ede0 /go.mod
parentd73a9952573bf12b6bb6137277bcdf4c89120c02 (diff)
Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#555)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b50be415..6dc5a40c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.20
require (
github.com/Workiva/go-datastructures v1.1.0
github.com/gin-contrib/sessions v0.0.4
- github.com/gin-gonic/gin v1.9.0
+ github.com/gin-gonic/gin v1.9.1
github.com/go-cmd/cmd v1.4.1
github.com/goccy/go-json v0.10.2
github.com/mymmrac/telego v0.24.0
@@ -25,7 +25,7 @@ require (
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
- github.com/bytedance/sonic v1.8.10 // indirect
+ github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/fasthttp/router v1.4.19 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect