diff --git a/utils/go.mod b/utils/go.mod index e653d95bf..eee761ced 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -1,6 +1,6 @@ -module github.com/replicatedhq/embedded-cluster-utils +module github.com/replicatedhq/embedded-cluster/utils -go 1.22.5 +go 1.23.0 require github.com/stretchr/testify v1.9.0