17 lines
403 B
Modula-2
17 lines
403 B
Modula-2
module git.zhangdeman.cn/zhangdeman/network
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20230819024237-f674702ad28d
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
)
|