diff --git a/.github/actions/update-workspace-dependencies/update-workspace-dependencies.sh b/.github/actions/update-workspace-dependencies/update-workspace-dependencies.sh old mode 100644 new mode 100755 diff --git a/wsl-pro-service/go.mod b/wsl-pro-service/go.mod index 8a38a7a6a..a570c584c 100644 --- a/wsl-pro-service/go.mod +++ b/wsl-pro-service/go.mod @@ -3,9 +3,9 @@ module github.com/canonical/ubuntu-pro-for-windows/wsl-pro-service go 1.21.0 require ( - github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230906090052-60fb5d60ada4 - github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230906090052-60fb5d60ada4 - github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230906090052-60fb5d60ada4 + github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230919090833-cb5378636b4d + github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230919090833-cb5378636b4d + github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230919090833-cb5378636b4d 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 7cb3bb754..a53dcf9a3 100644 --- a/wsl-pro-service/go.sum +++ b/wsl-pro-service/go.sum @@ -40,10 +40,16 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230906090052-60fb5d60ada4 h1:4OTCHKf99VSKfrTf6IPyEDZhUiNygLNhZJoEn42lh2g= github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230906090052-60fb5d60ada4/go.mod h1:NtQF6rRjaPTVi2TDspYsq6z4+HQXEpL878oSsN+7iEQ= +github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230919090833-cb5378636b4d h1:3YQnVTzZFOxkLHR7S820oXS+bvtSqpznSWDhsNV4H9Y= +github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230919090833-cb5378636b4d/go.mod h1:hdQ6trCKKHPsYlyArA1peKmd4zQim+BLWTJg0llKYSM= github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230906090052-60fb5d60ada4 h1:8gmzKOf7uRSXl+WfGcQNhf9Ua3Xo5eJzo+6G9nNrXTg= github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230906090052-60fb5d60ada4/go.mod h1:vNexvsl8a0qQmLwFcmF2dPur0FH4jmMJAPH2VnXN+I0= +github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230919090833-cb5378636b4d h1:JqR2TpfXJpuocgixEApDHo1V/aOB2bsQO6iS6lIV9gg= +github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230919090833-cb5378636b4d/go.mod h1:MwfF0qFUhfc+N3BdF7biBsRrQlZKYC/SNwntOodSAZA= github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230906090052-60fb5d60ada4 h1:vvFUurP/iXkNIRJG6kAHffAXLGQB3R3PzbEeEg2RY3Q= github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230906090052-60fb5d60ada4/go.mod h1:GEtgc3YqISt1slWIVqdIz2Wh7mrWLIyFbsug3+m180Y= +github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230919090833-cb5378636b4d h1:Z5IcEg+nuhUMIIcjhtGAVqv8e2rbTETohQb70mlny4I= +github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230919090833-cb5378636b4d/go.mod h1:T4xxNZl7KdeTfimSwnwe561mV7vpc/7uHRw+ybrSptA= 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=