mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 15:22:48 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/google/wire/cmd/wire"
|
|
_ "github.com/vektra/mockery/v2/cmd"
|
|
)
|