diff --git a/agentapi/go.mod b/agentapi/go.mod index 62bc46b9e..4de625399 100644 --- a/agentapi/go.mod +++ b/agentapi/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/agentapi -go 1.21.3 +go 1.21.1 require ( google.golang.org/grpc v1.59.0 diff --git a/common/go.mod b/common/go.mod index c84c20f0e..eba0a7841 100644 --- a/common/go.mod +++ b/common/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/common -go 1.21.3 +go 1.21.1 require ( github.com/google/uuid v1.3.1 diff --git a/contractsapi/go.mod b/contractsapi/go.mod index ed2d3d561..f43341f4d 100644 --- a/contractsapi/go.mod +++ b/contractsapi/go.mod @@ -1,3 +1,3 @@ module github.com/canonical/ubuntu-pro-for-windows/contractsapi -go 1.21.3 +go 1.21.1 diff --git a/mocks/go.mod b/mocks/go.mod index c77932a1b..758c671e4 100644 --- a/mocks/go.mod +++ b/mocks/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/mocks -go 1.21.3 +go 1.21.1 require ( github.com/canonical/landscape-hostagent-api v0.0.0-20230606055347-dd0b7f618303 diff --git a/storeapi/go-wrapper/microsoftstore/go.mod b/storeapi/go-wrapper/microsoftstore/go.mod index 142c01565..11a2ab584 100644 --- a/storeapi/go-wrapper/microsoftstore/go.mod +++ b/storeapi/go-wrapper/microsoftstore/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/storeapi/go-wrapper/microsoftstore -go 1.21.3 +go 1.21.1 require ( github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230905125854-3f98ad6913ab diff --git a/tools/go.mod b/tools/go.mod index 42e6e4923..653a6ce9e 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/tools -go 1.21.3 +go 1.21.1 require ( github.com/canonical/ubuntu-pro-for-windows/windows-agent v0.0.0-20230906090052-60fb5d60ada4 diff --git a/windows-agent/go.mod b/windows-agent/go.mod index 0bed290f0..e58a2624f 100644 --- a/windows-agent/go.mod +++ b/windows-agent/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/windows-agent -go 1.21.3 +go 1.21.1 require ( github.com/canonical/landscape-hostagent-api v0.0.0-20230606055347-dd0b7f618303 diff --git a/wslserviceapi/go.mod b/wslserviceapi/go.mod index 22b061859..cb7cbae07 100644 --- a/wslserviceapi/go.mod +++ b/wslserviceapi/go.mod @@ -1,6 +1,6 @@ module github.com/canonical/ubuntu-pro-for-windows/wslserviceapi -go 1.21.3 +go 1.21.1 require ( google.golang.org/grpc v1.59.0