blob: 5f3b39c6cf903b4c9062133dbef02a0531848679 [file] [log] [blame]
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001//go:build tools
2// +build tools
3
4// This is a synthetic file which depends on the sqlc binary. That in turn
5// makes `go mod tidy` pick it up, which in turns makes it available to Bazel.
6package main
7
8import (
Serge Bazanski1b28e1b2022-09-05 18:41:18 +02009 _ "github.com/kevinburke/go-bindata"
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +010010 _ "github.com/sqlc-dev/sqlc/pkg/cli"
Serge Bazanski46e72ab2022-09-05 15:13:22 +020011)
12
13func main() {
14}