2020-09-09 20:13:30 +01:00
|
|
|
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2022-07-26 17:20:53 +01:00
|
|
|
//go:build for_go_mod_tidy_only
|
|
|
|
|
2020-09-09 20:13:30 +01:00
|
|
|
package tooldeps
|
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/tailscale/depaware/depaware"
|
2022-07-26 17:20:53 +01:00
|
|
|
_ "golang.org/x/tools/cmd/goimports"
|
2020-09-09 20:13:30 +01:00
|
|
|
)
|