@@ -48,90 +48,105 @@ dd_agent_go_test(
4848 "@org_cloudfoundry_code_garden//gardenfakes" ,
4949 ] + select ({
5050 "@rules_go//go/platform:aix" : [
51+ "//pkg/util/pointer" ,
5152 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
5253 "@org_cloudfoundry_code_bbs//events" ,
5354 "@org_cloudfoundry_code_bbs_models//:models" ,
5455 "@org_cloudfoundry_code_lager_v3//:lager" ,
5556 ],
5657 "@rules_go//go/platform:android" : [
58+ "//pkg/util/pointer" ,
5759 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
5860 "@org_cloudfoundry_code_bbs//events" ,
5961 "@org_cloudfoundry_code_bbs_models//:models" ,
6062 "@org_cloudfoundry_code_lager_v3//:lager" ,
6163 ],
6264 "@rules_go//go/platform:darwin" : [
65+ "//pkg/util/pointer" ,
6366 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
6467 "@org_cloudfoundry_code_bbs//events" ,
6568 "@org_cloudfoundry_code_bbs_models//:models" ,
6669 "@org_cloudfoundry_code_lager_v3//:lager" ,
6770 ],
6871 "@rules_go//go/platform:dragonfly" : [
72+ "//pkg/util/pointer" ,
6973 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
7074 "@org_cloudfoundry_code_bbs//events" ,
7175 "@org_cloudfoundry_code_bbs_models//:models" ,
7276 "@org_cloudfoundry_code_lager_v3//:lager" ,
7377 ],
7478 "@rules_go//go/platform:freebsd" : [
79+ "//pkg/util/pointer" ,
7580 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
7681 "@org_cloudfoundry_code_bbs//events" ,
7782 "@org_cloudfoundry_code_bbs_models//:models" ,
7883 "@org_cloudfoundry_code_lager_v3//:lager" ,
7984 ],
8085 "@rules_go//go/platform:illumos" : [
86+ "//pkg/util/pointer" ,
8187 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
8288 "@org_cloudfoundry_code_bbs//events" ,
8389 "@org_cloudfoundry_code_bbs_models//:models" ,
8490 "@org_cloudfoundry_code_lager_v3//:lager" ,
8591 ],
8692 "@rules_go//go/platform:ios" : [
93+ "//pkg/util/pointer" ,
8794 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
8895 "@org_cloudfoundry_code_bbs//events" ,
8996 "@org_cloudfoundry_code_bbs_models//:models" ,
9097 "@org_cloudfoundry_code_lager_v3//:lager" ,
9198 ],
9299 "@rules_go//go/platform:js" : [
100+ "//pkg/util/pointer" ,
93101 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
94102 "@org_cloudfoundry_code_bbs//events" ,
95103 "@org_cloudfoundry_code_bbs_models//:models" ,
96104 "@org_cloudfoundry_code_lager_v3//:lager" ,
97105 ],
98106 "@rules_go//go/platform:linux" : [
107+ "//pkg/util/pointer" ,
99108 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
100109 "@org_cloudfoundry_code_bbs//events" ,
101110 "@org_cloudfoundry_code_bbs_models//:models" ,
102111 "@org_cloudfoundry_code_lager_v3//:lager" ,
103112 ],
104113 "@rules_go//go/platform:netbsd" : [
114+ "//pkg/util/pointer" ,
105115 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
106116 "@org_cloudfoundry_code_bbs//events" ,
107117 "@org_cloudfoundry_code_bbs_models//:models" ,
108118 "@org_cloudfoundry_code_lager_v3//:lager" ,
109119 ],
110120 "@rules_go//go/platform:openbsd" : [
121+ "//pkg/util/pointer" ,
111122 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
112123 "@org_cloudfoundry_code_bbs//events" ,
113124 "@org_cloudfoundry_code_bbs_models//:models" ,
114125 "@org_cloudfoundry_code_lager_v3//:lager" ,
115126 ],
116127 "@rules_go//go/platform:osx" : [
128+ "//pkg/util/pointer" ,
117129 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
118130 "@org_cloudfoundry_code_bbs//events" ,
119131 "@org_cloudfoundry_code_bbs_models//:models" ,
120132 "@org_cloudfoundry_code_lager_v3//:lager" ,
121133 ],
122134 "@rules_go//go/platform:plan9" : [
135+ "//pkg/util/pointer" ,
123136 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
124137 "@org_cloudfoundry_code_bbs//events" ,
125138 "@org_cloudfoundry_code_bbs_models//:models" ,
126139 "@org_cloudfoundry_code_lager_v3//:lager" ,
127140 ],
128141 "@rules_go//go/platform:qnx" : [
142+ "//pkg/util/pointer" ,
129143 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
130144 "@org_cloudfoundry_code_bbs//events" ,
131145 "@org_cloudfoundry_code_bbs_models//:models" ,
132146 "@org_cloudfoundry_code_lager_v3//:lager" ,
133147 ],
134148 "@rules_go//go/platform:solaris" : [
149+ "//pkg/util/pointer" ,
135150 "@com_github_cloudfoundry_go_cfclient_v3//resource" ,
136151 "@org_cloudfoundry_code_bbs//events" ,
137152 "@org_cloudfoundry_code_bbs_models//:models" ,
0 commit comments