tools/tools.go (14 lines of code) (raw):

// Licensed to Elasticsearch B.V. under one or more contributor // license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright // ownership. Elasticsearch B.V. licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may // not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. // Code generated by github.com/izumin5210/gex. DO NOT EDIT. //go:build tools // +build tools package tools // tool dependencies import ( _ "github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod" _ "github.com/daixiang0/gci" _ "github.com/frapposelli/wwhrd" _ "github.com/golang/mock/mockgen" _ "github.com/golangci/golangci-lint/cmd/golangci-lint" _ "github.com/google/wire/cmd/wire" _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc" _ "google.golang.org/protobuf/cmd/protoc-gen-go" _ "gotest.tools/gotestsum" _ "mvdan.cc/gofumpt" _ "github.com/elastic/go-licenser" ) // If you want to use tools, please run the following command: // go generate ./tools.go // //go:generate go build -v -o=./bin/gci github.com/daixiang0/gci //go:generate go build -v -o=./bin/go-licenser github.com/elastic/go-licenser //go:generate go build -v -o=./bin/wwhrd github.com/frapposelli/wwhrd //go:generate go build -v -o=./bin/mockgen github.com/golang/mock/mockgen //go:generate go build -v -o=./bin/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint //go:generate go build -v -o=./bin/wire github.com/google/wire/cmd/wire //go:generate go build -v -o=./bin/protoc-gen-go-grpc google.golang.org/grpc/cmd/protoc-gen-go-grpc //go:generate go build -v -o=./bin/protoc-gen-go google.golang.org/protobuf/cmd/protoc-gen-go //go:generate go build -v -o=./bin/gotestsum gotest.tools/gotestsum //go:generate go build -v -o=./bin/gofumpt mvdan.cc/gofumpt //go:generate go build -v -o=./bin/cyclonedx-gomod github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod