network/go.mod

10 lines
190 B
Modula-2
Raw 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 (
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-10 14:37:31 +08:00
)