Skip to content

Commit

Permalink
Merge pull request #122 from sergenyalcin/remove-providerlist-tool
Browse files Browse the repository at this point in the history
Remove moved provider-list tool from this repo
  • Loading branch information
sergenyalcin committed Jun 12, 2023
2 parents 63ffe05 + 8748439 commit 9fa1c12
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 396 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PLATFORMS ?= linux_amd64 linux_arm64 darwin_amd64 darwin_arm64
# Setup Go
GO_REQUIRED_VERSION = 1.19
GOLANGCILINT_VERSION ?= 1.50.0
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/uptest $(GO_PROJECT)/cmd/updoc $(GO_PROJECT)/cmd/ttr $(GO_PROJECT)/cmd/perf $(GO_PROJECT)/cmd/provider-list
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/uptest $(GO_PROJECT)/cmd/updoc $(GO_PROJECT)/cmd/ttr $(GO_PROJECT)/cmd/perf
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
GO_SUBDIRS += cmd internal
GO111MODULE = on
Expand Down
76 changes: 0 additions & 76 deletions cmd/provider-list/converter.go

This file was deleted.

201 changes: 0 additions & 201 deletions cmd/provider-list/converter_test.go

This file was deleted.

110 changes: 0 additions & 110 deletions cmd/provider-list/main.go

This file was deleted.

Loading

0 comments on commit 9fa1c12

Please sign in to comment.