File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ install-tools:
89
89
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install github.com/pavius/impi/cmd/impi
90
90
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install github.com/tcnksm/ghr
91
91
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install github.com/wadey/gocovmerge
92
- cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install go.opentelemetry.io/build-tools/checkdoc
93
92
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install go.opentelemetry.io/build-tools/chloggen
94
93
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install go.opentelemetry.io/build-tools/semconvgen
95
94
cd $(TOOLS_MOD_DIR ) && $(GOCMD ) install golang.org/x/exp/cmd/apidiff
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
11
11
github.com/pavius/impi v0.0.3
12
12
github.com/tcnksm/ghr v0.16.0
13
13
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
14
- go.opentelemetry.io/build-tools/checkdoc v0.4.0
15
14
go.opentelemetry.io/build-tools/chloggen v0.4.0
16
15
go.opentelemetry.io/build-tools/crosslink v0.4.0
17
16
go.opentelemetry.io/build-tools/multimod v0.4.0
Original file line number Diff line number Diff line change @@ -698,8 +698,6 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
698
698
go.opencensus.io v0.22.5 /go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk =
699
699
go.opentelemetry.io/build-tools v0.4.0 h1:gcu5ArCA4Dkq1FBXcs/AB9Smmyx0aLni0GpavgCv+oQ =
700
700
go.opentelemetry.io/build-tools v0.4.0 /go.mod h1:csnTV1XNFB7X17EoL0f4gOn/GA6oWI2UK282xLbPcY0 =
701
- go.opentelemetry.io/build-tools/checkdoc v0.4.0 h1:nAabFD08BAgWoYemxArczT3eyIYA15A0+1lO7I67DiI =
702
- go.opentelemetry.io/build-tools/checkdoc v0.4.0 /go.mod h1:/rgaMW6R93bf30RBgBxi7qwME5xGqm7JOQM4JC/PzrU =
703
701
go.opentelemetry.io/build-tools/chloggen v0.4.0 h1:aQvTkfJaRVUfsamG6D2uCzTOiWB28rfL98qXNwesbEI =
704
702
go.opentelemetry.io/build-tools/chloggen v0.4.0 /go.mod h1:nS40rEru7lYAwWjuOJptVK7xVjYxaY8+P8YiNFA77cQ =
705
703
go.opentelemetry.io/build-tools/crosslink v0.4.0 h1:gnDpIw+y9aTZYEGW4CBcQa6RM6e+Is/rEI8w2YQxAL8 =
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
26
26
_ "github.com/pavius/impi/cmd/impi"
27
27
_ "github.com/tcnksm/ghr"
28
28
_ "github.com/wadey/gocovmerge"
29
- _ "go.opentelemetry.io/build-tools/checkdoc"
30
29
_ "go.opentelemetry.io/build-tools/chloggen"
31
30
_ "go.opentelemetry.io/build-tools/crosslink"
32
31
_ "go.opentelemetry.io/build-tools/multimod"
You can’t perform that action at this time.
0 commit comments