blob: 7db97d2ef4cddd1248598530ba0831a9bdfe65db [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"
Serge Bazanski46e72ab2022-09-05 15:13:22 +020010 _ "github.com/kyleconroy/sqlc/pkg/cli"
11)
12
13func main() {
14}