Update go vendor modules

Making sure that go modules are current
This commit is contained in:
kjake 2025-01-19 17:06:11 -05:00
parent 45e3aef1ea
commit bf160b011b
10 changed files with 0 additions and 4 deletions

View File

@ -27,6 +27,5 @@ jobs:
go mod download go mod download
go mod tidy go mod tidy
go install golang.org/x/tools/cmd/goimports@latest go install golang.org/x/tools/cmd/goimports@latest
go install github.com/cloudflare/cloudflared/diagnostic/network@latest
run: | run: |
sudo gmake install-go cloudflared cleanup-go sudo gmake install-go cloudflared cleanup-go

View File

@ -1,3 +0,0 @@
[submodule "opentelemetry-proto"]
path = exporters/otlp/internal/opentelemetry-proto
url = https://github.com/open-telemetry/opentelemetry-proto