Skip to content

Commit

Permalink
Remove abandoned tooling code (#3171)
Browse files Browse the repository at this point in the history
This function and its use are now hosed in the
opentelemetry-go-build-tools project.

Co-authored-by: Chester Cheung <[email protected]>
  • Loading branch information
MrAlias and hanyuancheung authored Sep 16, 2022
1 parent b1e5e35 commit 8af1d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 125 deletions.
124 changes: 0 additions & 124 deletions internal/tools/common.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
go.opentelemetry.io/build-tools/dbotconf v0.0.0-20220706175322-58de0d25b85c
go.opentelemetry.io/build-tools/multimod v0.0.0-20220706175322-58de0d25b85c
go.opentelemetry.io/build-tools/semconvgen v0.0.0-20220706175322-58de0d25b85c
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
golang.org/x/tools v0.1.12
)

Expand Down Expand Up @@ -182,6 +181,7 @@ require (
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
Expand Down

0 comments on commit 8af1d31

Please sign in to comment.