Manuel Alejandro de Brito Fontes fbb5da9291 Update go dependencies
2021-06-08 11:44:37 -04:00

13 lines
360 B
Go

// Copyright (c) 2021 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License-AGPL.txt in the project root for license information.
// +build tools
// helper to avoid adding/removing dependencies required by grpc but not by the module itself
package api
import (
_ "github.com/fatih/gomodifytags"
)