diff --git a/go.mod b/go.mod index 83b644aa..35e203fe 100644 --- a/go.mod +++ b/go.mod @@ -27,8 +27,8 @@ require ( github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 - golang.org/x/term v0.21.0 golang.org/x/text v0.16.0 + golang.org/x/term v0.21.0 gopkg.in/h2non/gock.v1 v1.1.2 )