network/go.mod

17 lines
403 B
Modula-2
Raw Permalink Normal View History

2023-08-10 14:43:49 +08:00
module git.zhangdeman.cn/zhangdeman/network
2022-05-01 20:02:15 +08:00
2023-08-01 17:29:01 +08:00
go 1.20
2022-05-01 20:02:15 +08:00
2023-08-10 14:37:31 +08:00
require (
2023-08-26 21:36:26 +08:00
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20230819024237-f674702ad28d
2023-08-10 14:37:31 +08:00
github.com/ddliu/go-httpclient v0.7.1
2023-08-10 17:30:49 +08:00
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/mssola/user_agent v0.6.0
2023-08-26 20:31:21 +08:00
github.com/tidwall/gjson v1.16.0
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
2023-08-10 14:37:31 +08:00
)