From 35d410250857c7182f6f8ca2fdd8c517c132e73f Mon Sep 17 00:00:00 2001 From: seph Date: Fri, 17 Nov 2023 15:45:36 -0500 Subject: [PATCH] gofmt --- ee/tables/airport/table_darwin.go | 2 +- ee/tables/apple_silicon_security_policy/table.go | 2 +- ee/tables/crowdstrike/falcon_kernel_check/table.go | 2 +- ee/tables/crowdstrike/falconctl/table.go | 2 +- ee/tables/crowdstrike/falconctl/table_test.go | 2 +- ee/tables/cryptoinfotable/table.go | 2 +- ee/tables/cryptsetup/table.go | 2 +- ee/tables/dataflattentable/exec.go | 2 +- ee/tables/dataflattentable/exec_and_parse.go | 2 +- ee/tables/dataflattentable/tables.go | 2 +- ee/tables/dev_table_tooling/table.go | 2 +- .../dsim_default_associations/dsim_default_associations.go | 4 ++-- ee/tables/filevault/filevault.go | 2 +- ee/tables/gsettings/gsettings.go | 2 +- ee/tables/gsettings/metadata.go | 2 +- ee/tables/ioreg/ioreg.go | 2 +- ee/tables/mdmclient/mdmclient.go | 2 +- ee/tables/profiles/profiles.go | 4 ++-- ee/tables/pwpolicy/pwpolicy.go | 2 +- ee/tables/secedit/secedit.go | 4 ++-- ee/tables/systemprofiler/systemprofiler.go | 2 +- ee/tables/wifi_networks/wifi_networks.go | 4 ++-- ee/tables/wmitable/wmitable.go | 2 +- ee/tables/xrdb/xrdb.go | 2 +- ee/tables/zfs/tables.go | 2 +- pkg/osquery/table/launcher_db_info.go | 2 +- pkg/osquery/table/platform_tables_darwin.go | 2 +- pkg/osquery/table/platform_tables_linux.go | 2 +- pkg/osquery/table/platform_tables_windows.go | 2 +- pkg/osquery/table/table.go | 4 ++-- 30 files changed, 35 insertions(+), 35 deletions(-) diff --git a/ee/tables/airport/table_darwin.go b/ee/tables/airport/table_darwin.go index ce208eb9b2..bcf94833cf 100644 --- a/ee/tables/airport/table_darwin.go +++ b/ee/tables/airport/table_darwin.go @@ -13,10 +13,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/apple_silicon_security_policy/table.go b/ee/tables/apple_silicon_security_policy/table.go index 1858f68ccf..5c35554a37 100644 --- a/ee/tables/apple_silicon_security_policy/table.go +++ b/ee/tables/apple_silicon_security_policy/table.go @@ -10,10 +10,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/crowdstrike/falcon_kernel_check/table.go b/ee/tables/crowdstrike/falcon_kernel_check/table.go index ac10a7fa42..657dd780e2 100644 --- a/ee/tables/crowdstrike/falcon_kernel_check/table.go +++ b/ee/tables/crowdstrike/falcon_kernel_check/table.go @@ -10,8 +10,8 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/crowdstrike/falconctl/table.go b/ee/tables/crowdstrike/falconctl/table.go index 280db69e8f..178447cae6 100644 --- a/ee/tables/crowdstrike/falconctl/table.go +++ b/ee/tables/crowdstrike/falconctl/table.go @@ -11,10 +11,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/crowdstrike/falconctl/table_test.go b/ee/tables/crowdstrike/falconctl/table_test.go index bb0486f063..e0c1a85548 100644 --- a/ee/tables/crowdstrike/falconctl/table_test.go +++ b/ee/tables/crowdstrike/falconctl/table_test.go @@ -10,8 +10,8 @@ import ( "testing" "github.com/go-kit/kit/log" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/stretchr/testify/require" ) diff --git a/ee/tables/cryptoinfotable/table.go b/ee/tables/cryptoinfotable/table.go index 55a2f4ff92..399c4d4ac9 100644 --- a/ee/tables/cryptoinfotable/table.go +++ b/ee/tables/cryptoinfotable/table.go @@ -11,10 +11,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/cryptoinfo" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/cryptoinfo" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/cryptsetup/table.go b/ee/tables/cryptsetup/table.go index 24123c6fb7..8c1f675dc8 100644 --- a/ee/tables/cryptsetup/table.go +++ b/ee/tables/cryptsetup/table.go @@ -10,10 +10,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/dataflattentable/exec.go b/ee/tables/dataflattentable/exec.go index 1ceee099e8..ca16da38ab 100644 --- a/ee/tables/dataflattentable/exec.go +++ b/ee/tables/dataflattentable/exec.go @@ -11,9 +11,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" "github.com/pkg/errors" ) diff --git a/ee/tables/dataflattentable/exec_and_parse.go b/ee/tables/dataflattentable/exec_and_parse.go index 1832936ea6..a91f55b981 100644 --- a/ee/tables/dataflattentable/exec_and_parse.go +++ b/ee/tables/dataflattentable/exec_and_parse.go @@ -7,9 +7,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/pkg/traces" "github.com/osquery/osquery-go/plugin/table" "github.com/pkg/errors" diff --git a/ee/tables/dataflattentable/tables.go b/ee/tables/dataflattentable/tables.go index 43c47084ad..e6aee2e172 100644 --- a/ee/tables/dataflattentable/tables.go +++ b/ee/tables/dataflattentable/tables.go @@ -8,9 +8,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/dev_table_tooling/table.go b/ee/tables/dev_table_tooling/table.go index 30e94a274e..449161efef 100644 --- a/ee/tables/dev_table_tooling/table.go +++ b/ee/tables/dev_table_tooling/table.go @@ -7,8 +7,8 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/dsim_default_associations/dsim_default_associations.go b/ee/tables/dsim_default_associations/dsim_default_associations.go index 6ed91c166f..b19f592e7c 100644 --- a/ee/tables/dsim_default_associations/dsim_default_associations.go +++ b/ee/tables/dsim_default_associations/dsim_default_associations.go @@ -14,11 +14,11 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/agent" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/agent" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/filevault/filevault.go b/ee/tables/filevault/filevault.go index 7696baf14f..ee5a8fe04f 100644 --- a/ee/tables/filevault/filevault.go +++ b/ee/tables/filevault/filevault.go @@ -11,8 +11,8 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" "github.com/pkg/errors" ) diff --git a/ee/tables/gsettings/gsettings.go b/ee/tables/gsettings/gsettings.go index 7b2853dcee..3ed8a0e816 100644 --- a/ee/tables/gsettings/gsettings.go +++ b/ee/tables/gsettings/gsettings.go @@ -19,9 +19,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" + "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/kolide/launcher/pkg/agent" "github.com/kolide/launcher/pkg/allowedcmd" - "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/gsettings/metadata.go b/ee/tables/gsettings/metadata.go index 9cf13c9018..091ebe3c12 100644 --- a/ee/tables/gsettings/metadata.go +++ b/ee/tables/gsettings/metadata.go @@ -15,9 +15,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" + "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/kolide/launcher/pkg/agent" "github.com/kolide/launcher/pkg/allowedcmd" - "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/ioreg/ioreg.go b/ee/tables/ioreg/ioreg.go index 35f656a424..7cd1b16a65 100644 --- a/ee/tables/ioreg/ioreg.go +++ b/ee/tables/ioreg/ioreg.go @@ -16,10 +16,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/mdmclient/mdmclient.go b/ee/tables/mdmclient/mdmclient.go index 829badb936..b208726a86 100644 --- a/ee/tables/mdmclient/mdmclient.go +++ b/ee/tables/mdmclient/mdmclient.go @@ -16,10 +16,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/profiles/profiles.go b/ee/tables/profiles/profiles.go index ea4e9f1420..fab6a015ac 100644 --- a/ee/tables/profiles/profiles.go +++ b/ee/tables/profiles/profiles.go @@ -20,11 +20,11 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/agent" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/agent" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/pwpolicy/pwpolicy.go b/ee/tables/pwpolicy/pwpolicy.go index 5aff1d99b4..dc15b04c38 100644 --- a/ee/tables/pwpolicy/pwpolicy.go +++ b/ee/tables/pwpolicy/pwpolicy.go @@ -19,10 +19,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/secedit/secedit.go b/ee/tables/secedit/secedit.go index 11a39c2007..c06a252edb 100644 --- a/ee/tables/secedit/secedit.go +++ b/ee/tables/secedit/secedit.go @@ -16,11 +16,11 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/agent" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/agent" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" "golang.org/x/text/encoding/unicode" diff --git a/ee/tables/systemprofiler/systemprofiler.go b/ee/tables/systemprofiler/systemprofiler.go index ea76b0b912..dbded3e33c 100644 --- a/ee/tables/systemprofiler/systemprofiler.go +++ b/ee/tables/systemprofiler/systemprofiler.go @@ -47,9 +47,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" "github.com/groob/plist" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/wifi_networks/wifi_networks.go b/ee/tables/wifi_networks/wifi_networks.go index 9e833d0aed..b145798516 100644 --- a/ee/tables/wifi_networks/wifi_networks.go +++ b/ee/tables/wifi_networks/wifi_networks.go @@ -14,10 +14,10 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/agent" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" + "github.com/kolide/launcher/pkg/agent" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/wmitable/wmitable.go b/ee/tables/wmitable/wmitable.go index f76fcf60e1..7ac7d8f229 100644 --- a/ee/tables/wmitable/wmitable.go +++ b/ee/tables/wmitable/wmitable.go @@ -9,11 +9,11 @@ import ( "strings" "time" - "github.com/kolide/launcher/pkg/contexts/ctxlog" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/kolide/launcher/ee/wmi" + "github.com/kolide/launcher/pkg/contexts/ctxlog" "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" diff --git a/ee/tables/xrdb/xrdb.go b/ee/tables/xrdb/xrdb.go index 1a6cce8189..e35a6108c5 100644 --- a/ee/tables/xrdb/xrdb.go +++ b/ee/tables/xrdb/xrdb.go @@ -19,9 +19,9 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" + "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/kolide/launcher/pkg/agent" "github.com/kolide/launcher/pkg/allowedcmd" - "github.com/kolide/launcher/ee/tables/tablehelpers" "github.com/osquery/osquery-go/plugin/table" ) diff --git a/ee/tables/zfs/tables.go b/ee/tables/zfs/tables.go index dea04e0691..6bbe728fef 100644 --- a/ee/tables/zfs/tables.go +++ b/ee/tables/zfs/tables.go @@ -13,8 +13,8 @@ import ( "github.com/go-kit/kit/log" "github.com/go-kit/kit/log/level" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/osquery/osquery-go/plugin/table" "github.com/pkg/errors" ) diff --git a/pkg/osquery/table/launcher_db_info.go b/pkg/osquery/table/launcher_db_info.go index db8e521085..c860a908de 100644 --- a/pkg/osquery/table/launcher_db_info.go +++ b/pkg/osquery/table/launcher_db_info.go @@ -6,10 +6,10 @@ import ( "fmt" "strings" - "github.com/kolide/launcher/pkg/agent" "github.com/kolide/launcher/ee/dataflatten" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/tablehelpers" + "github.com/kolide/launcher/pkg/agent" "github.com/osquery/osquery-go/plugin/table" "go.etcd.io/bbolt" ) diff --git a/pkg/osquery/table/platform_tables_darwin.go b/pkg/osquery/table/platform_tables_darwin.go index fd8d93a0f3..744de15aa5 100644 --- a/pkg/osquery/table/platform_tables_darwin.go +++ b/pkg/osquery/table/platform_tables_darwin.go @@ -7,7 +7,6 @@ import ( "github.com/go-kit/kit/log" "github.com/knightsc/system_policy/osquery/table/kextpolicy" "github.com/knightsc/system_policy/osquery/table/legacyexec" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/airport" appicons "github.com/kolide/launcher/ee/tables/app-icons" "github.com/kolide/launcher/ee/tables/apple_silicon_security_policy" @@ -26,6 +25,7 @@ import ( "github.com/kolide/launcher/ee/tables/pwpolicy" "github.com/kolide/launcher/ee/tables/systemprofiler" "github.com/kolide/launcher/ee/tables/zfs" + "github.com/kolide/launcher/pkg/allowedcmd" _ "github.com/mattn/go-sqlite3" osquery "github.com/osquery/osquery-go" "github.com/osquery/osquery-go/plugin/table" diff --git a/pkg/osquery/table/platform_tables_linux.go b/pkg/osquery/table/platform_tables_linux.go index c84bd6d678..3fcf4fc137 100644 --- a/pkg/osquery/table/platform_tables_linux.go +++ b/pkg/osquery/table/platform_tables_linux.go @@ -5,7 +5,6 @@ package table import ( "github.com/go-kit/kit/log" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/crowdstrike/falcon_kernel_check" "github.com/kolide/launcher/ee/tables/crowdstrike/falconctl" "github.com/kolide/launcher/ee/tables/cryptsetup" @@ -25,6 +24,7 @@ import ( "github.com/kolide/launcher/ee/tables/xfconf" "github.com/kolide/launcher/ee/tables/xrdb" "github.com/kolide/launcher/ee/tables/zfs" + "github.com/kolide/launcher/pkg/allowedcmd" osquery "github.com/osquery/osquery-go" ) diff --git a/pkg/osquery/table/platform_tables_windows.go b/pkg/osquery/table/platform_tables_windows.go index a3bb906211..4f3f68f119 100644 --- a/pkg/osquery/table/platform_tables_windows.go +++ b/pkg/osquery/table/platform_tables_windows.go @@ -4,7 +4,6 @@ package table import ( - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/dsim_default_associations" "github.com/kolide/launcher/ee/tables/execparsers/dsregcmd" @@ -12,6 +11,7 @@ import ( "github.com/kolide/launcher/ee/tables/wifi_networks" "github.com/kolide/launcher/ee/tables/windowsupdatetable" "github.com/kolide/launcher/ee/tables/wmitable" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/go-kit/kit/log" osquery "github.com/osquery/osquery-go" diff --git a/pkg/osquery/table/table.go b/pkg/osquery/table/table.go index a7a9a94d6e..1317cb3c8c 100644 --- a/pkg/osquery/table/table.go +++ b/pkg/osquery/table/table.go @@ -1,8 +1,6 @@ package table import ( - "github.com/kolide/launcher/pkg/agent/types" - "github.com/kolide/launcher/pkg/allowedcmd" "github.com/kolide/launcher/ee/tables/cryptoinfotable" "github.com/kolide/launcher/ee/tables/dataflattentable" "github.com/kolide/launcher/ee/tables/desktopprocs" @@ -12,6 +10,8 @@ import ( "github.com/kolide/launcher/ee/tables/osquery_instance_history" "github.com/kolide/launcher/ee/tables/tdebug" "github.com/kolide/launcher/ee/tables/tufinfo" + "github.com/kolide/launcher/pkg/agent/types" + "github.com/kolide/launcher/pkg/allowedcmd" "github.com/go-kit/kit/log" osquery "github.com/osquery/osquery-go"