module git.zhangdeman.cn/zhangdeman/network go 1.22.3 toolchain go1.24.0 require ( git.zhangdeman.cn/gateway/httpclient v0.0.0-20241024134801-faef35748763 git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250227040546-863c03f34bb8 git.zhangdeman.cn/zhangdeman/exception v0.0.0-20250207091724-ca151fbc1f06 git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20241223084948-de2e49144fcd github.com/ddliu/go-httpclient v0.7.1 github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 github.com/go-resty/resty/v2 v2.16.5 github.com/mssola/user_agent v0.6.0 github.com/tidwall/gjson v1.18.0 ) require ( git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e // indirect github.com/BurntSushi/toml v1.4.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-ini/ini v1.67.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect golang.org/x/net v0.35.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )