Skip to content

Commit

Permalink
Sync workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 4, 2023
1 parent 04883e0 commit c70873f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion mocks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ require (
github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230906090052-60fb5d60ada4
github.com/canonical/ubuntu-pro-for-windows/contractsapi v0.0.0-20230906090052-60fb5d60ada4
github.com/spf13/cobra v1.7.0
google.golang.org/grpc v1.58.0
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
google.golang.org/grpc v1.58.2
gopkg.in/yaml.v2 v2.2.3
)

Expand Down
3 changes: 2 additions & 1 deletion mocks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 h1:bVf09lpb+OJbByTj913DRJioFFAjf/ZGxEz7MajTp2U=
google.golang.org/grpc v1.58.0 h1:32JY8YpPMSR45K+c3o6b8VL73V+rR8k+DeMIr4vRH8o=
google.golang.org/grpc v1.58.2 h1:SXUpjxeVF3FKrTYQI4f4KvbGD5u2xccdYdurwowix5I=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ require (
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.58.0 // indirect
google.golang.org/grpc v1.58.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
3 changes: 1 addition & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8=
google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU=
google.golang.org/grpc v1.58.0 h1:32JY8YpPMSR45K+c3o6b8VL73V+rR8k+DeMIr4vRH8o=
google.golang.org/grpc v1.58.0/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
google.golang.org/grpc v1.58.2 h1:SXUpjxeVF3FKrTYQI4f4KvbGD5u2xccdYdurwowix5I=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0/go.mod h1:Dk1tviKTvMCz5tvh7t+fh94dhmQVHuCt2OzJB3CTW9Y=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
Expand Down
4 changes: 0 additions & 4 deletions wsl-pro-service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3f
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
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-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/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/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-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/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down

0 comments on commit c70873f

Please sign in to comment.