diff --git a/go.mod b/go.mod index e0a0b8b..a69f06e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/pangum/http go 1.25.0 require ( - github.com/goexl/http v0.3.2 + github.com/goexl/http v0.3.4 github.com/pangum/pangu v1.6.3 ) @@ -38,8 +38,8 @@ require ( github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect github.com/zs5460/art v0.3.0 // indirect go.uber.org/dig v1.18.1 // indirect - golang.org/x/crypto v0.52.0 // indirect - golang.org/x/net v0.55.0 // indirect - golang.org/x/sys v0.45.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/crypto v0.54.0 // indirect + golang.org/x/net v0.57.0 // indirect + golang.org/x/sys v0.47.0 // indirect + golang.org/x/text v0.40.0 // indirect )