diff --git a/cr-synchronizer/go.mod b/cr-synchronizer/go.mod index fece4a6..e71c870 100644 --- a/cr-synchronizer/go.mod +++ b/cr-synchronizer/go.mod @@ -1,8 +1,6 @@ module github.com/netcracker/cr-synchronizer -go 1.25.0 - -toolchain go1.26.2 +go 1.26.3 require ( github.com/stretchr/testify v1.11.1