update go mod

This commit is contained in:
2025-02-24 10:21:06 +08:00
parent f0eb86dd24
commit 1c57dcf5af
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -3,11 +3,11 @@ module git.zhangdeman.cn/zhangdeman/network
go 1.20
require (
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20230819024237-f674702ad28d
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20250207091724-ca151fbc1f06
github.com/ddliu/go-httpclient v0.7.1
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/mssola/user_agent v0.6.0
github.com/tidwall/gjson v1.16.0
github.com/tidwall/gjson v1.18.0
)
require (