1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Use upstream dbotconf (#2713)

* Add upstream dbotconf dep

* Remove local dbotconf

* Update Makefile

* Run dependabot generation
This commit is contained in:
Tyler Yahn
2022-03-21 12:38:13 -07:00
committed by GitHub
parent fdbcf71c8f
commit 6132008a78
6 changed files with 79 additions and 198 deletions

View File

@@ -24,6 +24,7 @@ import (
_ "github.com/itchyny/gojq"
_ "github.com/jcchavezs/porto/cmd/porto"
_ "github.com/wadey/gocovmerge"
_ "go.opentelemetry.io/build-tools/dbotconf"
_ "go.opentelemetry.io/build-tools/multimod"
_ "go.opentelemetry.io/build-tools/semconvgen"
_ "golang.org/x/tools/cmd/stringer"