Comment 19 for bug 2064580

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Hi Utkarsh,

Thanks for the pointer to the dependency changes as requested by the SRU exception, and update to the bug template.

I had seen that in the diff (and filter it out, per the size, of course), but I think what the request in the SRU exception is, is something easier to parse re: the version diff per dependency.

Since I'm not sure that is exactly what it means, and may be my own interpretation, I'll handle it:

$ curl -sL 'https://git.launchpad.net/~ubuntu-core-dev/+git/google-osconfig-agent/patch/?id=abbf5d88edb27008d0899f313db347f3eccece4b' | filterdiff -i 'a/go.mod' | grep '^[+-].*/' | sort -k2,3 -V
+ cloud.google.com/go v0.110.0 // indirect
- cloud.google.com/go v0.110.0 // indirect
+ cloud.google.com/go/compute v1.19.1 // indirect
- cloud.google.com/go/iam v0.12.0 // indirect
+ cloud.google.com/go/iam v0.13.0 // indirect
+ cloud.google.com/go/logging v1.7.0 // indirect
+ cloud.google.com/go/longrunning v0.4.1 // indirect
- cloud.google.com/go/longrunning v0.4.1 // indirect
+ github.com/golang/glog v1.1.0 // indirect
+ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
+ github.com/googleapis/gax-go/v2 v2.7.1 // indirect
+ github.com/google/uuid v1.3.0 // indirect
+ github.com/julienschmidt/httprouter v1.3.0 // indirect
+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ github.com/sirupsen/logrus v1.6.0 // indirect
- golang.org/x/crypto v0.6.0
+ golang.org/x/crypto v0.17.0
+ golang.org/x/net v0.17.0 // indirect
- golang.org/x/oauth2 v0.5.0
+ golang.org/x/oauth2 v0.7.0
+ golang.org/x/sync v0.1.0 // indirect
- golang.org/x/sys v0.5.0
+ golang.org/x/sys v0.15.0
+ golang.org/x/text v0.14.0 // indirect
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
- google.golang.org/api v0.110.0
+ google.golang.org/api v0.114.0
+ google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
- google.golang.org/grpc v1.53.0
+ google.golang.org/grpc v1.56.3
- google.golang.org/protobuf v1.28.1
+ google.golang.org/protobuf v1.30.0
+ go.opencensus.io v0.24.0 // indirect
--- a/go.mod
+++ b/go.mod