From af64e10400f8533a0c48ecdf5ab9b7fbf329e14e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 26 Mar 2018 18:26:55 -0400 Subject: Vendor in lots of kubernetes stuff to shrink image size Signed-off-by: Daniel J Walsh Closes: #554 Approved by: mheon --- vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go') diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go deleted file mode 100644 index 0e65d69a4..000000000 --- a/vendor/github.com/mattn/go-sqlite3/sqlite3_fts5.go +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (C) 2014 Yasuhiro Matsumoto . -// -// Use of this source code is governed by an MIT-style -// license that can be found in the LICENSE file. -// +build fts5 - -package sqlite3 - -/* -#cgo CFLAGS: -DSQLITE_ENABLE_FTS5 -#cgo LDFLAGS: -lm -*/ -import "C" -- cgit v1.2.3-54-g00ecf