mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 19:45:43 +00:00
11 lines
224 B
Go
11 lines
224 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/google/wire/cmd/wire"
|
|
_ "github.com/maxbrunsfeld/counterfeiter/v6"
|
|
_ "github.com/twitchtv/twirp/protoc-gen-twirp"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
)
|