sqlboiler: remove

We do not use any SQL anymore in this repository, so we do not need sqlboiler.

Test Plan: Refactor, covered by CI.

X-Origin-Diff: phab/D677
GitOrigin-RevId: 1ed24f3d57774be14e6611582f691e73b1106ea9
diff --git a/build/fietsje/deps_kubernetes.go b/build/fietsje/deps_kubernetes.go
index be7355d..3626f68 100644
--- a/build/fietsje/deps_kubernetes.go
+++ b/build/fietsje/deps_kubernetes.go
@@ -111,12 +111,14 @@
 		"github.com/grpc-ecosystem/go-grpc-middleware",
 		"github.com/grpc-ecosystem/go-grpc-prometheus",
 		"github.com/grpc-ecosystem/grpc-gateway",
+		"github.com/hashicorp/hcl",
 		"github.com/hpcloud/tail",
 		"github.com/jonboulle/clockwork",
 		"github.com/karrick/godirwalk",
 		"github.com/liggitt/tabwriter",
 		"github.com/lithammer/dedent",
 		"github.com/mailru/easyjson",
+		"github.com/magiconair/properties",
 		"github.com/mattn/go-colorable",
 		"github.com/mattn/go-isatty",
 		"github.com/mattn/go-runewidth",
@@ -139,7 +141,11 @@
 		"github.com/russross/blackfriday",
 		"github.com/soheilhy/cmux",
 		"github.com/spf13/afero",
+		"github.com/spf13/cast",
+		"github.com/spf13/jwalterweatherman",
+		"github.com/spf13/cobra",
 		"github.com/spf13/pflag",
+		"github.com/spf13/viper",
 		"github.com/stretchr/testify",
 		"github.com/tmc/grpc-websocket-proxy",
 		"github.com/vishvananda/netlink",