a
... | ... | @@ -8,8 +8,8 @@ require ( |
github.com/go-faster/jx v1.1.0 | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/mailgun/multibuf v0.2.0 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/net v0.21.0 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/net v0.22.0 | ||
golang.org/x/sync v0.6.0 | ||
) | ||
... | ... | @@ -22,7 +22,7 @@ require ( |
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
... | ... |
Please register or sign in to comment