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_other.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vendor/github.com/mattn/go-sqlite3/sqlite3_other.go (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_other.go') diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go deleted file mode 100644 index f721b5e21..000000000 --- a/vendor/github.com/mattn/go-sqlite3/sqlite3_other.go +++ /dev/null @@ -1,14 +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 !windows - -package sqlite3 - -/* -#cgo CFLAGS: -I. -#cgo linux LDFLAGS: -ldl -#cgo solaris LDFLAGS: -lc -*/ -import "C" -- cgit v1.2.3-54-g00ecf