File tree 17 files changed +58
-58
lines changed
17 files changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ go_library(
53
53
"//tables/sofa" ,
54
54
"//tables/unifiedlog" ,
55
55
"//tables/wifi_network" ,
56
- "//vendor/github.com/osquery/osquery-go " ,
57
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
56
+ "@com_github_osquery_osquery_go//:go_default_library " ,
57
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
58
58
],
59
59
)
60
60
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ go_library(
10
10
],
11
11
importpath = "github.com/macadmins/osquery-extension/pkg/utils" ,
12
12
visibility = ["//visibility:public" ],
13
- deps = ["//vendor/github.com/osquery/osquery-go " ],
13
+ deps = ["@com_github_osquery_osquery_go//:go_default_library " ],
14
14
)
15
15
16
16
go_test (
@@ -22,7 +22,7 @@ go_test(
22
22
],
23
23
embed = [":utils" ],
24
24
deps = [
25
- "//vendor/github.com/stretchr/testify/ assert" ,
26
- "//vendor/github.com/stretchr/testify/ require" ,
25
+ "@com_github_stretchr_testify// assert:go_default_library " ,
26
+ "@com_github_stretchr_testify// require:go_default_library " ,
27
27
],
28
28
)
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/micromdm/plist " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
12
- "//vendor/golang.org/x/sync /errgroup" ,
10
+ "@com_github_micromdm_plist//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
+ "@org_golang_x_sync/ /errgroup" ,
13
13
],
14
14
)
15
15
@@ -19,7 +19,7 @@ go_test(
19
19
deps = [
20
20
":alt_system_info" ,
21
21
"//pkg/utils" ,
22
- "//vendor/github.com/stretchr/testify/ assert" ,
23
- "//vendor/github.com/stretchr/testify/ require" ,
22
+ "@com_github_stretchr_testify// assert:go_default_library " ,
23
+ "@com_github_stretchr_testify// require:go_default_library " ,
24
24
],
25
25
)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/micromdm/plist " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
10
+ "@com_github_micromdm_plist//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
12
],
13
13
)
14
14
@@ -18,7 +18,7 @@ go_test(
18
18
embed = [":authdb" ],
19
19
deps = [
20
20
"//pkg/utils" ,
21
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
22
- "//vendor/github.com/stretchr/testify/ assert" ,
21
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
22
+ "@com_github_stretchr_testify// assert:go_default_library " ,
23
23
],
24
24
)
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ go_library(
6
6
importpath = "github.com/macadmins/osquery-extension/tables/chromeuserprofiles" ,
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
10
- "//vendor/github.com/pkg/errors " ,
9
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
10
+ "@com_github_pkg_errors//:go_default_library " ,
11
11
],
12
12
)
13
13
14
14
go_test (
15
15
name = "chromeuserprofiles_test" ,
16
16
srcs = ["chrome_user_profiles_test.go" ],
17
17
embed = [":chromeuserprofiles" ],
18
- deps = ["//vendor/github.com/stretchr/testify/ assert" ],
18
+ deps = ["@com_github_stretchr_testify// assert:go_default_library " ],
19
19
)
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
10
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
11
11
],
12
12
)
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ go_library(
6
6
importpath = "github.com/macadmins/osquery-extension/tables/filevaultusers" ,
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
10
- "//vendor/github.com/pkg/errors " ,
9
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
10
+ "@com_github_pkg_errors//:go_default_library " ,
11
11
],
12
12
)
13
13
14
14
go_test (
15
15
name = "filevaultusers_test" ,
16
16
srcs = ["filevaultusers_test.go" ],
17
17
embed = [":filevaultusers" ],
18
- deps = ["//vendor/github.com/stretchr/testify/ assert" ],
18
+ deps = ["@com_github_stretchr_testify// assert:go_default_library " ],
19
19
)
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ go_library(
6
6
importpath = "github.com/macadmins/osquery-extension/tables/macos_profiles" ,
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
- "//vendor/github.com/micromdm/plist " ,
10
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
11
- "//vendor/github.com/pkg/errors " ,
9
+ "@com_github_micromdm_plist//:go_default_library " ,
10
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
11
+ "@com_github_pkg_errors//:go_default_library " ,
12
12
],
13
13
)
14
14
@@ -17,5 +17,5 @@ go_test(
17
17
srcs = ["macos_profiles_test.go" ],
18
18
embed = [":macos_profiles" ],
19
19
embedsrcs = ["test_profiles_stdout.plist" ],
20
- deps = ["//vendor/github.com/stretchr/testify/ assert" ],
20
+ deps = ["@com_github_stretchr_testify// assert:go_default_library " ],
21
21
)
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ go_library(
6
6
importpath = "github.com/macadmins/osquery-extension/tables/macosrsr" ,
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
- "//vendor/github.com/micromdm/plist " ,
10
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
11
- "//vendor/github.com/pkg/errors " ,
9
+ "@com_github_micromdm_plist//:go_default_library " ,
10
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
11
+ "@com_github_pkg_errors//:go_default_library " ,
12
12
],
13
13
)
14
14
@@ -17,5 +17,5 @@ go_test(
17
17
srcs = ["rsr_test.go" ],
18
18
embed = [":macosrsr" ],
19
19
embedsrcs = ["test_SystemVersion.plist" ],
20
- deps = ["//vendor/github.com/stretchr/testify/ assert" ],
20
+ deps = ["@com_github_stretchr_testify// assert:go_default_library " ],
21
21
)
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/micromdm/plist " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
12
- "//vendor/github.com/pkg/errors " ,
10
+ "@com_github_micromdm_plist//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
+ "@com_github_pkg_errors//:go_default_library " ,
13
13
],
14
14
)
15
15
@@ -18,7 +18,7 @@ go_test(
18
18
srcs = ["mdm_test.go" ],
19
19
embed = [":mdm" ],
20
20
deps = [
21
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
22
- "//vendor/github.com/stretchr/testify/ assert" ,
21
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
22
+ "@com_github_stretchr_testify// assert:go_default_library " ,
23
23
],
24
24
)
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/micromdm/plist " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
12
- "//vendor/github.com/pkg/errors " ,
10
+ "@com_github_micromdm_plist//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
+ "@com_github_pkg_errors//:go_default_library " ,
13
13
],
14
14
)
15
15
@@ -19,7 +19,7 @@ go_test(
19
19
embed = [":munki" ],
20
20
embedsrcs = ["test_ManagedInstallReport.plist" ],
21
21
deps = [
22
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
23
- "//vendor/github.com/stretchr/testify/ assert" ,
22
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
23
+ "@com_github_stretchr_testify// assert:go_default_library " ,
24
24
],
25
25
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ go_library(
6
6
importpath = "github.com/macadmins/osquery-extension/tables/networkquality" ,
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
10
- "//vendor/github.com/pkg/errors " ,
9
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
10
+ "@com_github_pkg_errors//:go_default_library " ,
11
11
],
12
12
)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/micromdm/plist " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
12
- "//vendor/github.com/pkg/errors " ,
10
+ "@com_github_micromdm_plist//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
+ "@com_github_pkg_errors//:go_default_library " ,
13
13
],
14
14
)
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ go_library(
12
12
importpath = "github.com/macadmins/osquery-extension/tables/puppet" ,
13
13
visibility = ["//visibility:public" ],
14
14
deps = [
15
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
16
- "//vendor/github.com/pkg/errors " ,
17
- "//vendor/gopkg.in/yaml.v3:yaml_v3 " ,
15
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
16
+ "@com_github_pkg_errors//:go_default_library " ,
17
+ "@in_gopkg_yaml_v3//:go_default_library " ,
18
18
],
19
19
)
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ go_library(
11
11
visibility = ["//visibility:public" ],
12
12
deps = [
13
13
"//pkg/utils" ,
14
- "//vendor/github.com/hashicorp/go-version " ,
15
- "//vendor/github.com/osquery/osquery-go " ,
16
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
14
+ "@com_github_hashicorp_go_version//:go_default_library " ,
15
+ "@com_github_osquery_osquery_go//:go_default_library " ,
16
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
17
17
],
18
18
)
19
19
@@ -31,7 +31,7 @@ go_test(
31
31
],
32
32
deps = [
33
33
"//pkg/utils" ,
34
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
35
- "//vendor/github.com/stretchr/testify/ assert" ,
34
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
35
+ "@com_github_stretchr_testify// assert:go_default_library " ,
36
36
],
37
37
)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ go_library(
5
5
srcs = ["unified_log.go" ],
6
6
importpath = "github.com/macadmins/osquery-extension/tables/unifiedlog" ,
7
7
visibility = ["//visibility:public" ],
8
- deps = ["//vendor/github.com/osquery/osquery-go/ plugin/table" ],
8
+ deps = ["@com_github_osquery_osquery_go// plugin/table:go_default_library " ],
9
9
)
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ go_library(
7
7
visibility = ["//visibility:public" ],
8
8
deps = [
9
9
"//pkg/utils" ,
10
- "//vendor/github.com/osquery/osquery-go " ,
11
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
12
- "//vendor/github.com/pkg/errors " ,
10
+ "@com_github_osquery_osquery_go//:go_default_library " ,
11
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
12
+ "@com_github_pkg_errors//:go_default_library " ,
13
13
],
14
14
)
15
15
@@ -20,7 +20,7 @@ go_test(
20
20
embedsrcs = ["wdutil_out.txt" ],
21
21
deps = [
22
22
"//pkg/utils" ,
23
- "//vendor/github.com/osquery/osquery-go/ plugin/table" ,
24
- "//vendor/github.com/stretchr/testify/ assert" ,
23
+ "@com_github_osquery_osquery_go// plugin/table:go_default_library " ,
24
+ "@com_github_stretchr_testify// assert:go_default_library " ,
25
25
],
26
26
)
You can’t perform that action at this time.
0 commit comments