blob: 0a7a532fc90560a514e26be52c1478e19b1a50fe [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
Sergiusz Bazanski3e597182019-04-19 14:40:47 +02002load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Sergiusz Bazanskide061802019-01-13 21:14:02 +01003
Serge Bazanski2ce36762019-07-14 16:29:52 +02004# Skylib
5
6skylib_version = "0.8.0"
Sergiusz Bazanski8fe651b2019-07-21 23:50:05 +02007
Serge Bazanski2ce36762019-07-14 16:29:52 +02008http_archive(
9 name = "bazel_skylib",
10 type = "tar.gz",
Sergiusz Bazanski8fe651b2019-07-21 23:50:05 +020011 url = "https://github.com/bazelbuild/bazel-skylib/releases/download/{}/bazel-skylib.{}.tar.gz".format(skylib_version, skylib_version),
Serge Bazanski2ce36762019-07-14 16:29:52 +020012 sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
13)
14
15# Docker rules
16
17http_archive(
18 name = "io_bazel_rules_docker",
19 sha256 = "87fc6a2b128147a0a3039a2fd0b53cc1f2ed5adb8716f50756544a572999ae9a",
20 strip_prefix = "rules_docker-0.8.1",
21 urls = ["https://github.com/bazelbuild/rules_docker/archive/v0.8.1.tar.gz"],
22)
23
Sergiusz Bazanski356ea8b2019-07-21 23:56:43 +020024load("@io_bazel_rules_docker//toolchains/docker:toolchain.bzl", docker_toolchain_configure = "toolchain_configure")
25
26# This forces the use of Docker $HOME/.docker configuration.
27docker_toolchain_configure(
28 name = "docker_config",
29 client_config = "",
Serge Bazanskib2d6b112019-07-30 13:07:04 +020030 docker_path = "/usr/bin/docker",
Sergiusz Bazanski356ea8b2019-07-21 23:56:43 +020031)
32
Serge Bazanski2ce36762019-07-14 16:29:52 +020033load(
34 "@io_bazel_rules_docker//repositories:repositories.bzl",
35 container_repositories = "repositories",
36)
37
38container_repositories()
Sergiusz Bazanski8fe651b2019-07-21 23:50:05 +020039
Sergiusz Bazanski1e6b52a2019-05-15 19:08:25 +020040# Nix rules
41http_archive(
42 name = "io_tweag_rules_nixpkgs",
43 strip_prefix = "rules_nixpkgs-364adc70f32c2b3982995fce06b334f4d159070e",
44 urls = ["https://github.com/tweag/rules_nixpkgs/archive/364adc70f32c2b3982995fce06b334f4d159070e.tar.gz"],
45)
46
47# Nix packages
48
49load("@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl", "nixpkgs_git_repository", "nixpkgs_package")
Sergiusz Bazanskic2924102019-06-30 17:35:57 +020050
Sergiusz Bazanski1e6b52a2019-05-15 19:08:25 +020051nixpkgs_git_repository(
52 name = "nixpkgs",
53 revision = "2f1f9a9fe8a3c22f0677733523eaf6bd33995d50",
54)
55
56nixpkgs_package(
57 name = "nixops",
Sergiusz Bazanski44116ea2019-05-18 16:26:56 +020058 attribute_path = "nixops",
Sergiusz Bazanskic2924102019-06-30 17:35:57 +020059 repositories = {"nixpkgs": "@nixpkgs"},
Sergiusz Bazanski1e6b52a2019-05-15 19:08:25 +020060)
61
Sergiusz Bazanski3e597182019-04-19 14:40:47 +020062# Python rules
Serge Bazanski2ce36762019-07-14 16:29:52 +020063
Sergiusz Bazanskide061802019-01-13 21:14:02 +010064git_repository(
Serge Bazanski2ce36762019-07-14 16:29:52 +020065 name = "com_apt_itude_rules_pip",
Sergiusz Bazanskid5ac5d12019-07-19 20:53:21 +020066 commit = "ce667087818553cdc4b1a2258fc53df917c4f87c",
Serge Bazanski2ce36762019-07-14 16:29:52 +020067 remote = "https://github.com/apt-itude/rules_pip.git",
Sergiusz Bazanskide061802019-01-13 21:14:02 +010068)
69
70# Python dependencies
Serge Bazanski2ce36762019-07-14 16:29:52 +020071load("@com_apt_itude_rules_pip//rules:dependencies.bzl", "pip_rules_dependencies")
Sergiusz Bazanskide061802019-01-13 21:14:02 +010072
Serge Bazanski2ce36762019-07-14 16:29:52 +020073pip_rules_dependencies()
Sergiusz Bazanskide061802019-01-13 21:14:02 +010074
Serge Bazanski2ce36762019-07-14 16:29:52 +020075load("@com_apt_itude_rules_pip//rules:repository.bzl", "pip_repository")
76
77pip_repository(
78 name = "pip36",
79 python_interpreter = "python3.6",
80 requirements = "//pip:requirements-linux.txt",
Sergiusz Bazanskide061802019-01-13 21:14:02 +010081)
82
Sergiusz Bazanski65865332019-05-18 16:23:45 +020083# Docker base images
84
85load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
Sergiusz Bazanskia7e26cc2019-06-21 20:38:35 +020086
Sergiusz Bazanski65865332019-05-18 16:23:45 +020087container_pull(
88 name = "prodimage-bionic",
Serge Bazanskib2d6b112019-07-30 13:07:04 +020089 registry = "registry.k0.hswaw.net",
90 repository = "q3k/prodimage",
91 tag = "20190725-1806",
92 digest = "sha256:169ca347eb5daa140dd61a9af71db5efe2abd7ac618cfd162375481cd91d5db8",
Sergiusz Bazanski65865332019-05-18 16:23:45 +020093)
94
Sergiusz Bazanskia7e26cc2019-06-21 20:38:35 +020095container_pull(
96 name = "gerrit-3.0.0",
97 registry = "index.docker.io",
98 repository = "gerritcodereview/gerrit",
99 tag = "3.0.0-ubuntu18",
100 digest = "sha256:f107729011d8b81611e35a0ad452f21a424c1820664e9f95d135ad411e87b9bb",
101)
102
Sergiusz Bazanski65865332019-05-18 16:23:45 +0200103# HTTP stuff from the Internet
104load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
Sergiusz Bazanskic2924102019-06-30 17:35:57 +0200105
Sergiusz Bazanski65865332019-05-18 16:23:45 +0200106http_file(
Sergiusz Bazanski644f9ff2019-05-19 03:09:47 +0200107 name = "factorio-headless-0.16.51",
Sergiusz Bazanski65865332019-05-18 16:23:45 +0200108 urls = ["https://factorio.com/get-download/0.16.51/headless/linux64"],
Sergiusz Bazanski44116ea2019-05-18 16:26:56 +0200109 sha256 = "6cb09f5ac87f16f8d5b43cef26c0ae26cc46a57a0382e253dfda032dc5bb367f",
110 downloaded_file_path = "factorio.tar.xz",
Sergiusz Bazanski3e597182019-04-19 14:40:47 +0200111)
Sergiusz Bazanskic2924102019-06-30 17:35:57 +0200112
Sergiusz Bazanski644f9ff2019-05-19 03:09:47 +0200113http_file(
114 name = "factorio-headless-0.17.41",
115 urls = ["https://factorio.com/get-download/0.17.41/headless/linux64"],
116 sha256 = "bf2d16b23c3bbd97e41889d3e27670b6d958fa3d50f0befb41d234f735e8e6d1",
117 downloaded_file_path = "factorio.tar.xz",
118)
Sergiusz Bazanski3e597182019-04-19 14:40:47 +0200119
Sergiusz Bazanskic2924102019-06-30 17:35:57 +0200120http_file(
121 name = "factorio-headless-0.17.52",
122 urls = ["https://factorio.com/get-download/0.17.52/headless/linux64"],
123 sha256 = "24458a4e16875b0b63677b7e7a068ce2e5b298c110381d17c6f596fd1406db0e",
124 downloaded_file_path = "factorio.tar.xz",
125)
126
Sergiusz Bazanski3e597182019-04-19 14:40:47 +0200127# Go rules
Sergiusz Bazanski07529712019-01-18 01:24:38 +0100128
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100129http_archive(
130 name = "io_bazel_rules_go",
Sergiusz Bazanski1cace132019-07-13 16:16:34 +0200131 urls = [
132 "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/0.18.7/rules_go-0.18.7.tar.gz",
133 "https://github.com/bazelbuild/rules_go/releases/download/0.18.7/rules_go-0.18.7.tar.gz",
134 ],
135 sha256 = "45409e6c4f748baa9e05f8f6ab6efaa05739aa064e3ab94e5a1a09849c51806a",
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100136)
137
Sergiusz Bazanski3a2a6932019-04-06 01:20:19 +0200138load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100139
140go_rules_dependencies()
141
142go_register_toolchains()
143
144# Go Gazelle rules
145
146http_archive(
147 name = "bazel_gazelle",
Sergiusz Bazanski258686c2019-05-01 12:26:43 +0200148 urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.17.0/bazel-gazelle-0.17.0.tar.gz"],
149 sha256 = "3c681998538231a2d24d0c07ed5a7658cb72bfb5fd4bf9911157c0e9ac6a2687",
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100150)
151
152load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
153
154gazelle_dependencies()
155
Sergiusz Bazanski57efce62019-07-21 16:39:54 +0200156# For devtools/gerrit/gerrit-oauth-provider
Sergiusz Bazanski573da782019-06-21 19:59:52 +0200157
158git_repository(
159 name = "com_googlesource_gerrit_bazlets",
160 remote = "https://gerrit.googlesource.com/bazlets",
161 commit = "8528a0df69dadf6311d8d3f81c1b693afda8bcf1",
162)
163
164load(
165 "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
166 "gerrit_api",
167)
168
169gerrit_api()
170
171load("@com_googlesource_gerrit_bazlets//tools:maven_jar.bzl", "maven_jar")
172
173maven_jar(
174 name = "scribe",
175 artifact = "org.scribe:scribe:1.3.7",
176 sha1 = "583921bed46635d9f529ef5f14f7c9e83367bc6e",
177)
178
179maven_jar(
180 name = "commons-codec",
181 artifact = "commons-codec:commons-codec:1.4",
182 sha1 = "4216af16d38465bbab0f3dff8efa14204f7a399a",
183)
184
Sergiusz Bazanski356ea8b2019-07-21 23:56:43 +0200185# For devtools/bazel-cache
186
187git_repository(
188 name = "com_github_buchgr_bazel_remote",
189 remote = "https://github.com/buchgr/bazel-remote.git",
190 commit = "a9374e638411da72a2ef2a83f490e61e2d74a976",
191)
192
193# Go image repos for Docker
194
195load(
196 "@io_bazel_rules_docker//go:image.bzl",
197 go_image_repositories = "repositories",
198)
199
200go_image_repositories()
201
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100202# Go repositories
203
204go_repository(
205 name = "io_k8s_kubernetes",
206 importpath = "k8s.io/kubernetes",
207 # Get from HTTP instead, this repository is _big_
Sergiusz Bazanski4a024bb2019-05-17 18:10:02 +0200208 urls = ["https://github.com/kubernetes/kubernetes/archive/v1.14.2.tar.gz"],
209 sha256 = "1effa926aedb0ed51eadcef3d5d49fd9799ec4d018200f95f51fcaa2a2d2cbf4",
210 strip_prefix = "kubernetes-1.14.2",
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100211)
212
213go_repository(
Sergiusz Bazanski4a024bb2019-05-17 18:10:02 +0200214 name = "io_k8s_repo_infra",
215 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
Sergiusz Bazanskif2a812b2019-01-13 17:51:34 +0100216 importpath = "k8s.io/repo-infra",
217)
218
219go_repository(
220 name = "com_github_ksonnet_kubecfg",
221 commit = "59bc7dedf70e7496a2837207d8723f98f0e5f8e8",
222 importpath = "github.com/ksonnet/kubecfg",
223)
Sergiusz Bazanski07529712019-01-18 01:24:38 +0100224
225go_repository(
226 name = "com_github_projectcalico_calicoctl",
227 importpath = "github.com/projectcalico/calicoctl",
228 # This fork implements explicit Bazel rules
229 remote = "https://github.com/q3k/calicoctl",
230 vcs = "git",
231 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
232 build_file_generation = "off",
233)
Sergiusz Bazanski9dc4b682019-04-05 23:51:49 +0200234
235go_repository(
236 name = "com_github_shirou_gopsutil",
237 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
238 importpath = "github.com/shirou/gopsutil",
239)
Sergiusz Bazanskiacd001b2019-04-09 13:17:06 +0200240
241go_repository(
242 name = "com_github_cloudflare_cfssl",
243 commit = "768cd563887febaad559b511aaa5964823ccb4ab",
244 importpath = "github.com/cloudflare/cfssl",
245)
Sergiusz Bazanski258686c2019-05-01 12:26:43 +0200246
247go_repository(
248 name = "com_github_mattn_go_sqlite3",
249 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
250 importpath = "github.com/mattn/go-sqlite3",
251)
252
253go_repository(
254 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
255 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
256 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
257)
Sergiusz Bazanski838cf652019-07-16 23:31:25 +0200258
259go_repository(
260 name = "com_github_ziutek_telnet",
261 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
262 importpath = "github.com/ziutek/telnet",
263)
264
265go_repository(
266 name = "com_github_ybbus_jsonrpc",
267 commit = "94088458a1e880219bd312fc0ccb8548993ebf80",
268 importpath = "github.com/ybbus/jsonrpc",
269)
270
271go_repository(
272 name = "com_github_digitalocean_go_netbox",
273 commit = "29433ec527e78486ea0a5758817ab672d977f90e",
274 importpath = "github.com/digitalocean/go-netbox",
275)
276
277go_repository(
278 name = "com_github_cenkalti_backoff",
279 commit = "4b4cebaf850ec58f1bb1fec5bdebdf8501c2bc3f",
280 importpath = "github.com/cenkalti/backoff",
281)
282
283go_repository(
284 name = "ml_vbom_util",
285 commit = "efcd4e0f97874370259c7d93e12aad57911dea81",
286 importpath = "vbom.ml/util",
287)
288
289go_repository(
290 name = "com_github_go_openapi_strfmt",
291 commit = "6faa644e1cdafc07f7b38eb06c1af5f92128f289",
292 importpath = "github.com/go-openapi/strfmt",
293)
294
295go_repository(
296 name = "com_github_go_openapi_swag",
297 commit = "de649ffb9e02183a414820c5b1b4582f7b009792",
298 importpath = "github.com/go-openapi/swag",
299)
300
301go_repository(
302 name = "com_github_go_openapi_errors",
303 commit = "9b273e805998abc751853b4e1574d66e5df888b4",
304 importpath = "github.com/go-openapi/errors",
305)
306
307go_repository(
308 name = "com_github_go_openapi_runtime",
309 commit = "58872d9a7ca5f28beff9effa19ac4c17d3e42cd3",
310 importpath = "github.com/go-openapi/runtime",
311)
312
313go_repository(
314 name = "com_github_go_openapi_validate",
315 commit = "6405b9095e4c96aabb45856da08a9323d50d9336",
316 importpath = "github.com/go-openapi/validate",
317)
318
319go_repository(
320 name = "com_github_mitchellh_mapstructure",
321 commit = "3536a929edddb9a5b34bd6861dc4a9647cb459fe",
322 importpath = "github.com/mitchellh/mapstructure",
323)
324
325go_repository(
326 name = "org_mongodb_go_mongo_driver",
327 commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
328 importpath = "go.mongodb.org/mongo-driver",
329)
330
331go_repository(
332 name = "in_gopkg_yaml_v2",
333 commit = "51d6538a90f86fe93ac480b35f37b2be17fef232",
334 importpath = "gopkg.in/yaml.v2",
335)
336
337go_repository(
338 name = "com_github_asaskevich_govalidator",
339 commit = "f61b66f89f4a311bef65f13e575bcf1a2ffadda6",
340 importpath = "github.com/asaskevich/govalidator",
341)
342
343go_repository(
344 name = "com_github_go_openapi_spec",
345 commit = "bdfd7e07daecc404d77868a88b2364d0aed0ee5a",
346 importpath = "github.com/go-openapi/spec",
347)
348
349go_repository(
350 name = "com_github_mailru_easyjson",
351 commit = "b2ccc519800e761ac8000b95e5d57c80a897ff9e",
352 importpath = "github.com/mailru/easyjson",
353)
354
355go_repository(
356 name = "com_github_go_openapi_analysis",
357 commit = "48f4521ad6c3df9d6192efb04287c4a411e1f806",
358 importpath = "github.com/go-openapi/analysis",
359)
360
361go_repository(
362 name = "com_github_go_openapi_jsonpointer",
363 commit = "a105a905c5e6ad147f08504784917f3e178e0ba5",
364 importpath = "github.com/go-openapi/jsonpointer",
365)
366
367go_repository(
368 name = "com_github_go_openapi_loads",
369 commit = "8548893a17237be4a5b2f74773f23002f4179bbe",
370 importpath = "github.com/go-openapi/loads",
371)
372
373go_repository(
374 name = "com_github_go_openapi_jsonreference",
375 commit = "2903bfd4bfbaf188694f1edf731f2725a8fa344f",
376 importpath = "github.com/go-openapi/jsonreference",
377)
378
379go_repository(
380 name = "com_github_puerkitobio_purell",
381 commit = "44968752391892e1b0d0b821ee79e9a85fa13049",
382 importpath = "github.com/PuerkitoBio/purell",
383)
384
385go_repository(
386 name = "com_github_puerkitobio_urlesc",
387 commit = "de5bf2ad457846296e2031421a34e2568e304e35",
388 importpath = "github.com/PuerkitoBio/urlesc",
389)
Sergiusz Bazanski8fe651b2019-07-21 23:50:05 +0200390
391go_repository(
392 name = "com_github_abbot_go_http_auth",
393 commit = "860ed7f246ff5abfdbd5c7ce618fd37b49fd3d86",
394 importpath = "github.com/abbot/go-http-auth",
395)
396
397go_repository(
398 name = "com_github_urfave_cli",
399 commit = "693af58b4d51b8fcc7f9d89576da170765980581",
400 importpath = "github.com/urfave/cli",
401)
402
403go_repository(
404 name = "org_golang_x_crypto",
405 commit = "4def268fd1a49955bfb3dda92fe3db4f924f2285",
406 importpath = "golang.org/x/crypto",
407)
408
409go_repository(
410 name = "org_golang_x_oauth2",
411 commit = "0f29369cfe4552d0e4bcddc57cc75f4d7e672a33",
412 importpath = "golang.org/x/oauth2",
413)
414
415go_repository(
416 name = "com_github_djherbis_atime",
417 commit = "2d569978378562c466df74eda2d82900f435c5f4",
418 importpath = "github.com/djherbis/atime",
419)
420
421go_repository(
422 name = "com_google_cloud_go",
423 commit = "71971b35976fc2f904ed2772536790a5458d9996",
424 importpath = "cloud.google.com/go",
425)
426
427go_repository(
428 name = "org_golang_x_net",
429 commit = "da137c7871d730100384dbcf36e6f8fa493aef5b",
430 importpath = "golang.org/x/net",
431)
432
433go_repository(
434 name = "com_github_stackexchange_wmi",
435 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
436 importpath = "github.com/stackexchange/wmi",
437)
438
439go_repository(
440 name = "com_github_go_ole_go_ole",
441 commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
442 importpath = "github.com/go-ole/go-ole",
443)
444
445go_repository(
446 name = "com_github_dustin_go_humanize",
447 commit = "9f541cc9db5d55bce703bd99987c9d5cb8eea45e",
448 importpath = "github.com/dustin/go-humanize",
449)
450
451go_repository(
452 name = "io_k8s_client_go",
453 commit = "0c47f9da00011ea9a8717671127ac21625c7a6c0",
454 importpath = "k8s.io/client-go",
455)
456
457go_repository(
458 name = "io_k8s_apimachinery",
459 commit = "bfcf53abc9f82bad3e534fcb1c36599d3c989ebf",
460 importpath = "k8s.io/apimachinery",
461 build_file_proto_mode = "disable",
462)
463
464go_repository(
465 name = "io_k8s_klog",
466 commit = "6a023d6d0e0954feabd46dc2d3a6a2c3c991fe1a",
467 importpath = "k8s.io/klog",
468)
469
470go_repository(
471 name = "io_k8s_utils",
472 commit = "3dccf664f023863740c508fb4284e49742bedfa4",
473 importpath = "k8s.io/utils",
474)
475
476go_repository(
477 name = "com_github_googleapis_gnostic",
478 commit = "25d8b0b6698593f520d9d8dc5a88e6b16ca9ecc0",
479 importpath = "github.com/googleapis/gnostic",
480)
481
482go_repository(
483 name = "io_k8s_api",
484 commit = "3043179095b6baa0087e8735d796bd6dfa881f8e",
485 importpath = "k8s.io/api",
486 build_file_proto_mode = "disable",
487)
488
489go_repository(
490 name = "org_golang_x_time",
491 commit = "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef",
492 importpath = "golang.org/x/time",
493)
494
495go_repository(
496 name = "com_github_google_gofuzz",
497 commit = "f140a6486e521aad38f5917de355cbf147cc0496",
498 importpath = "github.com/google/gofuzz",
499)
500
501go_repository(
502 name = "io_k8s_sigs_yaml",
503 commit = "4cd0c284b15f1735b8cc247df097d262b8903f9f",
504 importpath = "sigs.k8s.io/yaml",
505)
506
507go_repository(
508 name = "com_github_modern_go_reflect2",
509 commit = "94122c33edd36123c84d5368cfb2b69df93a0ec8",
510 importpath = "github.com/modern-go/reflect2",
511)
512
513go_repository(
514 name = "com_github_davecgh_go_spew",
515 commit = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d",
516 importpath = "github.com/davecgh/go-spew",
517)
518
519go_repository(
520 name = "com_github_json_iterator_go",
521 commit = "27518f6661eba504be5a7a9a9f6d9460d892ade3",
522 importpath = "github.com/json-iterator/go",
523)
524
525go_repository(
526 name = "com_github_modern_go_concurrent",
527 commit = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94",
528 importpath = "github.com/modern-go/concurrent",
529)
530
531go_repository(
532 name = "in_gopkg_inf_v0",
533 commit = "d2d2541c53f18d2a059457998ce2876cc8e67cbf",
534 importpath = "gopkg.in/inf.v0",
535)
Serge Bazanskib2d6b112019-07-30 13:07:04 +0200536