File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 go-version : ^1.24
158158 - name : install and setup gomobile
159159 run : |
160- go get -u golang.org/x/mobile
160+ go get -u golang.org/x/mobile/...
161161 go install golang.org/x/mobile/cmd/gobind@latest
162162 go install golang.org/x/mobile/cmd/gomobile@latest
163163 gomobile init
Original file line number Diff line number Diff line change @@ -77,5 +77,6 @@ require (
7777 golang.org/x/text v0.26.0 // indirect
7878 golang.org/x/tools v0.34.0 // indirect
7979 golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
80+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
8081 google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
8182)
Original file line number Diff line number Diff line change @@ -389,6 +389,8 @@ google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9Ywl
389389google.golang.org/appengine v1.4.0 /go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4 =
390390google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 /go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc =
391391google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 /go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc =
392+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 h1:rHWScKit0gvAPuOnu87KpaYtjK5zBMLcULh7gxkCXu4 =
393+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 /go.mod h1:HubltRL7rMh0LfnQPkMH4NPDFEWp0jw3vixw7jEM53s =
392394google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 h1:e0AIkUUhxyBKh6ssZNrAMeqhA7RKUj42346d1y02i2g =
393395google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 /go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A =
394396google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 h1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE =
You can’t perform that action at this time.
0 commit comments