diff --git a/end-to-end/go.mod b/end-to-end/go.mod index e346303f1..57923c9c7 100644 --- a/end-to-end/go.mod +++ b/end-to-end/go.mod @@ -6,7 +6,7 @@ require ( github.com/canonical/landscape-hostagent-api v0.0.0-20241007124637-88f060ef7c8f github.com/canonical/ubuntu-pro-for-wsl/common v0.0.0-20240909072650-75a32126b04f github.com/canonical/ubuntu-pro-for-wsl/mocks v0.0.0-20240909072650-75a32126b04f - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/ubuntu/gowsl v0.0.0-20240709100851-bc766d3dbd53 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 golang.org/x/sys v0.27.0 diff --git a/end-to-end/go.sum b/end-to-end/go.sum index 958c626f9..413fa9626 100644 --- a/end-to-end/go.sum +++ b/end-to-end/go.sum @@ -39,8 +39,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/ubuntu/decorate v0.0.0-20240425133904-a085253511fb h1:8aYaLeK5kwneVflZ50XOnsE2zWnS3HCF58WV8JXge5U= github.com/ubuntu/decorate v0.0.0-20240425133904-a085253511fb/go.mod h1:PUpwIgUuCQyuCz/gwiq6WYbo7IvtXXd8JqL01ez+jZE= github.com/ubuntu/gowsl v0.0.0-20240709100851-bc766d3dbd53 h1:oP5UldDfHJsg8tJuYqWzEfGTmOqsb5gtLEisUYaIoB4=