upgrade third party dependencies

This commit is contained in:
MaysWind
2024-12-22 11:48:22 +08:00
parent 685f93f05e
commit 3040435c06
3 changed files with 39 additions and 38 deletions
+8 -8
View File
@@ -39,7 +39,7 @@
"name": "cli",
"copyright": "Copyright (c) 2022 urfave/cli maintainers",
"url": "https://github.com/urfave/cli",
"licenseUrl": "https://github.com/urfave/cli/blob/v2.27.4/LICENSE"
"licenseUrl": "https://github.com/urfave/cli/blob/v2.27.5/LICENSE"
},
{
"name": "INI",
@@ -51,7 +51,7 @@
"name": "Package validator",
"copyright": "Copyright (c) 2015 Dean Karn",
"url": "https://github.com/go-playground/validator",
"licenseUrl": "https://github.com/go-playground/validator/blob/v10.22.1/LICENSE"
"licenseUrl": "https://github.com/go-playground/validator/blob/v10.23.0/LICENSE"
},
{
"name": "jwt-go",
@@ -85,19 +85,19 @@
"name": "Go Cryptography",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/crypto",
"licenseUrl": "https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.28.0:LICENSE"
"licenseUrl": "https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.31.0:LICENSE"
},
{
"name": "Go Networking",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/net",
"licenseUrl": "https://cs.opensource.google/go/x/net/+/refs/tags/v0.30.0:LICENSE"
"licenseUrl": "https://cs.opensource.google/go/x/net/+/refs/tags/v0.33.0:LICENSE"
},
{
"name": "Go Text",
"copyright": "Copyright (c) 2009 The Go Authors. All rights reserved.",
"url": "https://golang.org/x/text",
"licenseUrl": "https://cs.opensource.google/go/x/text/+/refs/tags/v0.19.0:LICENSE"
"licenseUrl": "https://cs.opensource.google/go/x/text/+/refs/tags/v0.21.0:LICENSE"
},
{
"name": "Gomail",
@@ -109,13 +109,13 @@
"name": "MinIO Go Client SDK",
"copyright": "MinIO Cloud Storage, (C) 2014-2020 MinIO, Inc.",
"url": "https://github.com/minio/minio-go",
"licenseUrl": "https://github.com/minio/minio-go/blob/v7.0.80/LICENSE"
"licenseUrl": "https://github.com/minio/minio-go/blob/v7.0.82/LICENSE"
},
{
"name": "gocron",
"copyright": "Copyright (c) 2014, 辣椒面",
"url": "https://github.com/go-co-op/gocron",
"licenseUrl": "https://github.com/go-co-op/gocron/blob/v2.12.3/LICENSE"
"licenseUrl": "https://github.com/go-co-op/gocron/blob/v2.14.0/LICENSE"
},
{
"name": "barcode",
@@ -143,7 +143,7 @@
"name": "Testify",
"copyright": "Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.",
"url": "https://github.com/stretchr/testify",
"licenseUrl": "https://github.com/stretchr/testify/blob/v1.9.0/LICENSE"
"licenseUrl": "https://github.com/stretchr/testify/blob/v1.10.0/LICENSE"
},
{
"name": "vuejs/core",