Skip to content

Commit

Permalink
Auto update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Oct 4, 2023
1 parent 28fca74 commit b9b371e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsl-pro-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/canonical/ubuntu-pro-for-windows/wsl-pro-service
go 1.21.1

require (
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230922121135-527fdb21f6ee
github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230919090833-cb5378636b4d
github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230922121135-527fdb21f6ee
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231004134731-642c5bf88aa3
github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231004134731-642c5bf88aa3
github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231004134731-642c5bf88aa3
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
Expand Down
6 changes: 6 additions & 0 deletions wsl-pro-service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@ github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230919090833-cb537
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/agentapi v0.0.0-20230922121135-527fdb21f6ee h1:ICI2GgFND/AdvOtFx1F1qy1onubIt3RI12l1LGZDZHI=
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20230922121135-527fdb21f6ee/go.mod h1:9Trm7taCfU3XFdAR/rJCW8kwJgU+fDmFNuUtPG7hbyE=
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231004134731-642c5bf88aa3 h1:k6Kj6hb+OVsx7WF8gg3uz387HVT2AHvpL9Kyv85n7ZQ=
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231004134731-642c5bf88aa3/go.mod h1:nlxMCdZmg/HeZawQem86woSBA5ouwKz0dwBiVMIeu2A=
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/common v0.0.0-20231004134731-642c5bf88aa3 h1:EiWMvnBl9uF2UjYZj+BL0hORo65QCu9bjPYf3biN3DY=
github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20231004134731-642c5bf88aa3/go.mod h1:g2xrDrTyb4ctF8fscJKy4ZFUQ+s5o6JnOkvvS1Mcb0Y=
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/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230922121135-527fdb21f6ee h1:piAEseqtO1bKEtlhHnwMjRfZhkRLK0hHaaHwXqqBwMc=
github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20230922121135-527fdb21f6ee/go.mod h1:5E79XQGZEdsvMKqz12xBK1gyq8ujBdLGyCA9XXvc4hI=
github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231004134731-642c5bf88aa3 h1:y2jUUO18qLu49/EFwz1zoU4Xt9RgiAO9Lf8wa8U/3U0=
github.com/canonical/ubuntu-pro-for-windows/wslserviceapi v0.0.0-20231004134731-642c5bf88aa3/go.mod h1:mF8tqH/JFUtpPmauLlImQdXo/KCH4bHo5oKGkXo8W1w=
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=
Expand Down

0 comments on commit b9b371e

Please sign in to comment.