2d5fcd73cb
chore: upgrade dependencies to latest versions and fix security vulne… ( #4237 )
...
This PR includes the following updates and fixes:
- **Dependency upgrades**: Updated all dependencies in `go.mod` to their
latest versions to ensure compatibility and leverage the latest features
and fixes.
- **Security fixes**:
- Resolved known vulnerabilities in `golang.org/x/net` by upgrading to
the latest secure version.
- Addressed security issues in `golang.org/x/crypto` by upgrading to the
latest secure version.
These changes improve the overall security and stability of the project.
Please review the changes and ensure compatibility with the updated
dependencies.
---------
Co-authored-by: hailaz <739476267@qq.com >
2025-08-22 15:29:16 +08:00
dfe088f5cd
refactor(util/gconv): add Converter feature for more flexable and extensible type converting ( #4107 )
2025-03-06 23:04:26 +08:00
c3cfc01cf6
refactor(container/gring): mark deprecated, package container/gring will not be maintained in future ( #3665 )
2024-06-27 21:12:51 +08:00
9aa872e705
improve map converting feature using MapOption for package gconv ( #3170 )
2023-11-23 18:59:04 +08:00
ef1e18df19
fix: gutil.IsMap judgment logic error ( #2953 )
2023-09-13 19:30:02 +08:00
50b5cd50bc
fix issue in New when creating concurrent-safety var for package gvar ( #2573 )
2023-04-12 17:38:06 +08:00
6ff4ed84e5
version v2.3.0 ( #2392 )
...
* v2.3.0
* up
* up
* up
2023-01-11 19:19:41 +08:00
1793bf0863
add golangci feature to guarantee codes quality ( #2229 )
2022-11-01 20:12:21 +08:00
0e6becc36d
Improve the code coverage of the gvar module ( #1982 )
2022-07-11 19:35:31 +08:00
1acc1b8230
improve DeepCopy feature for bunch of components, especially the container and gtime ( #1956 )
2022-06-29 14:58:27 +08:00
0d7e28ee75
add deep copy feature
2022-05-23 16:51:10 +08:00
acd1989fa1
improve Dump feature for package gutil
2022-03-10 22:29:47 +08:00
546b6b1724
t.Assert(err, nil) -> t.AssertNil(err)
2022-03-10 11:36:40 +08:00
3bbbe1db9c
change pointer receiver that implements interface MarshalJSON to struct receiver for all packages
2022-01-19 16:55:57 +08:00
280c3b4a86
improve package gvar; remove gvar.Create
2022-01-10 20:33:09 +08:00
ce93b625d4
change errors wrapped by gerror.Wrap with error stack info for all packages
2021-12-21 22:59:14 +08:00
2cae1412f9
add line
2021-11-26 10:25:25 +08:00
fe1ca3cc22
format
2021-11-25 16:13:12 +08:00
23f13c0f6a
新增gvar使用示例
2021-11-25 15:50:58 +08:00
be03b3cdda
Improved import, by group improt.
2021-11-13 23:23:55 +08:00
1bc0635f8b
version 2
2021-10-11 21:41:56 +08:00
71189c8fb0
improve converting performance for equal type converting
2021-10-03 00:58:57 +08:00
993bf897cf
remove deprecated functions; refract package gjson
2021-09-27 22:47:39 +08:00
ad6c4f5245
improve session storage for package gsession
2021-08-16 21:47:45 +08:00
5e92747737
fix issue #1291
2021-07-08 22:44:16 +08:00
e5ae1cb85c
improve session variable map in template parsing
2021-07-06 09:53:35 +08:00
7003c284d0
replace json.Unmarshal with json.UnmarshalUseNumber for packages
2021-05-15 22:38:07 +08:00
482e093331
add map/[]map converting support for gconv.Scan;improve gconv.MaptoMaps
2021-03-23 17:53:20 +08:00
2c34d96b9d
add tls configuration for ghttp.Client
2021-02-23 22:00:11 +08:00
68247acab1
improve package gjson/gvar
2021-01-19 14:26:17 +08:00
093034acd1
copyright comment update
2021-01-17 21:46:25 +08:00
751a567e84
add Is* functions for package gvar
2020-12-14 18:54:14 +08:00
9f04e46166
mark gconv.StructDeep/StructsDeep deprecated
2020-11-05 23:02:29 +08:00
3ae44185f4
add ScanList feature for gdb.Result
2020-07-05 11:23:39 +08:00
17b91dcad7
add ListItemValues/ListItemValuesUnique functions and associated unit testing cases for package gutil/gvar
2020-07-02 23:40:34 +08:00
46bdde9265
revert gvar.Var from interface to struct
2020-06-29 13:40:19 +08:00
f28a76d470
merge develop
2020-06-17 23:59:20 +08:00
b2aa59d893
import third-party library json-iterator to improve the performance for json operations
2020-06-17 21:16:25 +08:00
452f0fc99e
add Scan/ScanDeep for package gvar
2020-06-17 11:40:37 +08:00
4d38b508a3
improve gvar by changig gvar.Var from type struct to interface
2020-06-16 17:38:05 +08:00
95a8b51fb4
improve map slice converting for package gconv
2020-06-15 18:59:18 +08:00
508cb7db88
add and improve Scan/ScanDeep feature for package gdb/gvar/gjson/gconv
2020-06-15 16:46:48 +08:00
76d31a7fbb
improve slice result handling by treating it as string slice for package gredis
2020-06-03 23:44:21 +08:00
7c2cff7d99
add function GetVar for package gcache
2020-05-17 18:16:26 +08:00
ec92b08f25
add function Maps for package gvar; add function GetMaps for package gjson; improve MapToMap* functions for package gconv
2020-05-04 23:42:51 +08:00
77cc323d0e
improve package gset/gmap for initialization
2020-04-07 20:41:49 +08:00
f1f575fd5c
improve package gins/gfile/intlog
2020-03-28 00:37:23 +08:00
f18e6f078c
improve unit testing cases
2020-03-20 08:49:40 +08:00
0b6d04485e
improve unit testing cases
2020-03-19 22:56:12 +08:00
22e9965629
improve template view instance initialization for instance of ghttp.Server
2020-03-10 08:57:37 +08:00