diff --git a/go.mod b/go.mod index 244fe8f..59a6bd6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goexl/apisix go 1.18 require ( - github.com/go-resty/resty/v2 v2.12.0 + github.com/go-resty/resty/v2 v2.13.1 github.com/goexl/exc v0.0.5 github.com/goexl/gox v0.1.6 github.com/goexl/simaqian v0.2.5 @@ -14,6 +14,6 @@ require ( go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/net v0.22.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/net v0.25.0 // indirect + golang.org/x/sys v0.20.0 // indirect )