diff --git a/wsl-pro-service/go.mod b/wsl-pro-service/go.mod index 00de80b1d..cc4b9e489 100644 --- a/wsl-pro-service/go.mod +++ b/wsl-pro-service/go.mod @@ -4,7 +4,7 @@ go 1.21.3 require ( github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231023183501-458a10db4c16 - github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231023183501-458a10db4c16 + github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231030140659-7150b6355a2a github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231025153609-b3e7db95a9ce github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf github.com/sirupsen/logrus v1.9.3 diff --git a/wsl-pro-service/go.sum b/wsl-pro-service/go.sum index 95bc88253..f289fbbb0 100644 --- a/wsl-pro-service/go.sum +++ b/wsl-pro-service/go.sum @@ -42,6 +42,8 @@ github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231023183501-458a1 github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231023183501-458a10db4c16/go.mod h1:yZFCC1gVaFNjIJ7Glk3FBiaCokcV/Jk5B6tFIlHBgd8= github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231023183501-458a10db4c16 h1:u7afWNLgssNSEHKxldRbgCobFnGlILpECBeAPiWyb0c= github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231023183501-458a10db4c16/go.mod h1:a/RSoEHIs9RmXxL/+68oDpXi8+d+TGptM/9N5ULw2Kw= +github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231030140659-7150b6355a2a h1:dojw4ozpPhur2eCUCCZGSoWeCrDx81NDilxStGSmOkw= +github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231030140659-7150b6355a2a/go.mod h1:r2YGGGSeu2lnyVGB49O3fGgaLfppNwr9TlLimYH2muY= github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231025153609-b3e7db95a9ce h1:zuJOIrd+T+J5UVEiCHT9lK7sYS4VDJ5ZxI81Yvdr6jY= github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231025153609-b3e7db95a9ce/go.mod h1:gjEBJv2vc1VUqqrv1ZTDcNmd3TBBCPIlmBaR63YSX9Y= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=