-
- Downloads
Fix go mod tidy for pipeline
parent
ea53bd17
No related branches found
No related tags found
... | ... | @@ -69,12 +69,12 @@ require ( |
go.opencensus.io v0.22.3 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/mod v0.2.0 // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.5 // indirect | ||
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment