Skip to content

Commit

Permalink
Auto update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell authored Sep 19, 2023
1 parent cb53786 commit 83ec4ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Empty file.
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.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
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 @@ -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=
Expand Down

0 comments on commit 83ec4ed

Please sign in to comment.