From 7acb6a744d985c74bc0fb42d4ea073aaf5b80f17 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Wed, 25 Oct 2023 16:29:05 +0000 Subject: [PATCH] Auto update internal dependencies --- wsl-pro-service/go.mod | 2 +- wsl-pro-service/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wsl-pro-service/go.mod b/wsl-pro-service/go.mod index c252024b3..00de80b1d 100644 --- a/wsl-pro-service/go.mod +++ b/wsl-pro-service/go.mod @@ -5,7 +5,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/wslserviceapi v0.0.0-20231023183501-458a10db4c16 + 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 github.com/spf13/cobra v1.7.0 diff --git a/wsl-pro-service/go.sum b/wsl-pro-service/go.sum index b1cbebf0f..89ddee454 100644 --- a/wsl-pro-service/go.sum +++ b/wsl-pro-service/go.sum @@ -44,6 +44,8 @@ github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231023183501-458a10d 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/wslserviceapi v0.0.0-20231023183501-458a10db4c16 h1:B/iSer/eNknIEp9TnNYC56zdc6SLY6K7fXxkeFl15s8= github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231023183501-458a10db4c16/go.mod h1:gjEBJv2vc1VUqqrv1ZTDcNmd3TBBCPIlmBaR63YSX9Y= +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= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=