Skip to content

Commit

Permalink
fix(deps): update go (major) (#2663)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/bazelbuild/buildtools](https://togithub.com/bazelbuild/buildtools)
| require | major | `v0.0.0-20230510134650-37bd1811516d` -> `v6.1.2` |
| [github.com/imdario/mergo](https://togithub.com/imdario/mergo) |
require | major | `v0.3.16` -> `v1.0.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>imdario/mergo</summary>

### [`v1.0.0`](https://togithub.com/imdario/mergo/releases/tag/v1.0.0):
1.0.0 released with new module URL: dario.cat/mergo

[Compare
Source](https://togithub.com/imdario/mergo/compare/v0.3.16...v1.0.0)

This PR is a release containing
[0.3.15](https://togithub.com/imdario/mergo/releases/tag/v0.3.15)
features but changing the module URL to `dario.cat/mergo`.

#### What's Changed

- feat: v1.0.0 released by
[@&#8203;imdario](https://togithub.com/imdario) in
[https://github.com/imdario/mergo/pull/238](https://togithub.com/imdario/mergo/pull/238)

**Full Changelog**:
darccio/mergo@v0.3.16...v1.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/aspect-build/silo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
  • Loading branch information
renovate[bot] and f0rmiga authored Jun 28, 2023
1 parent 7d1db85 commit 96a000d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 59 deletions.
53 changes: 9 additions & 44 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ def talkie_dependencies():
def go_dependencies():
"""The Go dependencies.
"""
go_repository(
name = "cat_dario_mergo",
build_file_proto_mode = "disable_global",
importpath = "dario.cat/mergo",
sum = "h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=",
version = "v1.0.0",
)
go_repository(
name = "co_honnef_go_tools",
build_file_proto_mode = "disable_global",
Expand All @@ -74,7 +81,6 @@ def go_dependencies():
sum = "h1:o0PXeXn7zLB77ajwOyT1s1HcPJ4hbV6jAvCWUwvFBUM=",
version = "v1.0.0",
)

go_repository(
name = "com_github_adalogics_go_fuzz_headers",
build_file_proto_mode = "disable_global",
Expand All @@ -89,7 +95,6 @@ def go_dependencies():
sum = "h1:+vTEFqeoeur6XSq06bs+roX3YiT49gUniJK7Zky7Xjg=",
version = "v0.0.0-20221215162035-5330a85ea652",
)

go_repository(
name = "com_github_alecthomas_template",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -139,7 +144,6 @@ def go_dependencies():
sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
version = "v0.0.0-20180202201655-eb2c6b5be1b6",
)

go_repository(
name = "com_github_armon_go_metrics",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -203,7 +207,6 @@ def go_dependencies():
sum = "h1:w/jqZtC9YD4DS/Vp9GhWfWcCpuAL58oTnLoI8vE9YHU=",
version = "v0.0.4",
)

go_repository(
name = "com_github_blang_semver_v4",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -274,7 +277,6 @@ def go_dependencies():
sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
version = "v1.1.0",
)

go_repository(
name = "com_github_cespare_xxhash_v2",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -345,7 +347,6 @@ def go_dependencies():
sum = "h1:PqQGqJqQttMP5oJ/qNGEg8JttlHqGY3xDbbcKb5T9E8=",
version = "v0.5.4",
)

go_repository(
name = "com_github_containerd_aufs",
build_file_proto_mode = "disable_global",
Expand All @@ -360,7 +361,6 @@ def go_dependencies():
sum = "h1:FN4wsx7KQrYoLXN7uLP0vBV4oVWHOIKDRQ1G2Z0oL5M=",
version = "v2.0.0",
)

go_repository(
name = "com_github_containerd_cgroups",
build_file_proto_mode = "disable_global",
Expand All @@ -375,7 +375,6 @@ def go_dependencies():
sum = "h1:4hfGvu8rfGIwVIDd+nLzn/B9ZXx4BcCjzt5ToenJRaE=",
version = "v3.0.1",
)

go_repository(
name = "com_github_containerd_console",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -453,7 +452,6 @@ def go_dependencies():
sum = "h1:yNAhJvbNEANt7ck48IlEGOxP7YAp6LLpGn5jZACDNIE=",
version = "v2.1.0",
)

go_repository(
name = "com_github_containerd_zfs",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -496,7 +494,6 @@ def go_dependencies():
sum = "h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=",
version = "v3.3.10+incompatible",
)

go_repository(
name = "com_github_coreos_go_oidc",
build_file_proto_mode = "disable_global",
Expand All @@ -518,7 +515,6 @@ def go_dependencies():
sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=",
version = "v0.0.0-20190321100706-95778dfbb74e",
)

go_repository(
name = "com_github_coreos_go_systemd_v22",
build_file_proto_mode = "disable_global",
Expand All @@ -533,7 +529,6 @@ def go_dependencies():
sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
version = "v0.0.0-20180928190104-399ea9e2e55f",
)

go_repository(
name = "com_github_cpuguy83_go_md2man_v2",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -604,7 +599,6 @@ def go_dependencies():
sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=",
version = "v0.0.0-20181026042036-e10d5fee7954",
)

go_repository(
name = "com_github_distribution_distribution_v3",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -689,7 +683,6 @@ def go_dependencies():
sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
version = "v1.0.0",
)

go_repository(
name = "com_github_emicklei_go_restful_v3",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -768,7 +761,6 @@ def go_dependencies():
sum = "h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=",
version = "v1.0.0",
)

go_repository(
name = "com_github_frankban_quicktest",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -832,7 +824,6 @@ def go_dependencies():
sum = "h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=",
version = "v3.0.0",
)

go_repository(
name = "com_github_go_kit_kit",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -917,7 +908,6 @@ def go_dependencies():
sum = "h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=",
version = "v0.0.0-20210107165309-348f09dbbbc0",
)

go_repository(
name = "com_github_gobuffalo_logger",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -967,7 +957,6 @@ def go_dependencies():
sum = "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=",
version = "v0.8.1",
)

go_repository(
name = "com_github_gogo_protobuf",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -996,7 +985,6 @@ def go_dependencies():
sum = "h1:rcc4lwaZgFMCZ5jxF9ABolDcIHdBytAFgqFPbSJQAYs=",
version = "v4.4.2",
)

go_repository(
name = "com_github_golang_mock",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1338,8 +1326,8 @@ def go_dependencies():
name = "com_github_imdario_mergo",
build_file_proto_mode = "disable_global",
importpath = "github.com/imdario/mergo",
sum = "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=",
version = "v0.3.16",
sum = "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=",
version = "v0.3.13",
)
go_repository(
name = "com_github_inconshreveable_mousetrap",
Expand Down Expand Up @@ -1453,7 +1441,6 @@ def go_dependencies():
sum = "h1:g0I61F2K2DjRHz1cnxlkNSBIaePVoJIjjnHui8QHbiw=",
version = "v2.0.4",
)

go_repository(
name = "com_github_konsorten_go_windows_terminal_sequences",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1700,7 +1687,6 @@ def go_dependencies():
sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
version = "v1.0.0",
)

go_repository(
name = "com_github_mistifyio_go_zfs",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1800,7 +1786,6 @@ def go_dependencies():
sum = "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=",
version = "v0.5.0",
)

go_repository(
name = "com_github_moby_sys_signal",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1878,7 +1863,6 @@ def go_dependencies():
sum = "h1:Z3TAKd9JS3BoKi6fW+d1bKD2Mf0FzTqDUEAwLWzYPRQ=",
version = "v2.3.3",
)

go_repository(
name = "com_github_niemeyer_pretty",
build_file_proto_mode = "disable_global",
Expand All @@ -1900,7 +1884,6 @@ def go_dependencies():
sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
version = "v1.3.1",
)

go_repository(
name = "com_github_olekukonko_tablewriter",
build_file_proto_mode = "disable_global",
Expand All @@ -1915,7 +1898,6 @@ def go_dependencies():
sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=",
version = "v1.2.2",
)

go_repository(
name = "com_github_onsi_ginkgo_v2",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -1965,7 +1947,6 @@ def go_dependencies():
sum = "h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0=",
version = "v0.9.1-0.20221107090550-2e043c6bd626",
)

go_repository(
name = "com_github_opencontainers_selinux",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2085,7 +2066,6 @@ def go_dependencies():
sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
version = "v0.7.1",
)

go_repository(
name = "com_github_rogpeppe_fastuuid",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2198,7 +2178,6 @@ def go_dependencies():
sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
version = "v0.0.0-20180118202830-f09979ecbc72",
)

go_repository(
name = "com_github_spf13_afero",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2300,7 +2279,6 @@ def go_dependencies():
sum = "h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=",
version = "v2.3.1",
)

go_repository(
name = "com_github_tmc_grpc_websocket_proxy",
build_file_proto_mode = "disable_global",
Expand All @@ -2315,7 +2293,6 @@ def go_dependencies():
sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=",
version = "v1.1.4",
)

go_repository(
name = "com_github_urfave_cli",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2379,7 +2356,6 @@ def go_dependencies():
sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
version = "v0.0.3-0.20170626215501-b2862e3d0a77",
)

go_repository(
name = "com_github_yuin_goldmark",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2415,23 +2391,20 @@ def go_dependencies():
sum = "h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs=",
version = "v1.3.0",
)

go_repository(
name = "com_google_cloud_go",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go",
sum = "h1:3DXvAyifywvq64LfkKaMOmkWPS1CikIQdMe2lY9vxU8=",
version = "v0.97.0",
)

go_repository(
name = "com_google_cloud_go_bigquery",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go/bigquery",
sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=",
version = "v1.8.0",
)

go_repository(
name = "com_google_cloud_go_compute",
build_file_proto_mode = "disable_global",
Expand All @@ -2446,39 +2419,34 @@ def go_dependencies():
sum = "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=",
version = "v0.2.3",
)

go_repository(
name = "com_google_cloud_go_datastore",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go/datastore",
sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=",
version = "v1.1.0",
)

go_repository(
name = "com_google_cloud_go_firestore",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go/firestore",
sum = "h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY=",
version = "v1.1.0",
)

go_repository(
name = "com_google_cloud_go_pubsub",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go/pubsub",
sum = "h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU=",
version = "v1.3.1",
)

go_repository(
name = "com_google_cloud_go_storage",
build_file_proto_mode = "disable_global",
importpath = "cloud.google.com/go/storage",
sum = "h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA=",
version = "v1.10.0",
)

go_repository(
name = "com_shuralyov_dmitri_gpu_mtl",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2535,7 +2503,6 @@ def go_dependencies():
sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
version = "v1.12.0",
)

go_repository(
name = "in_gopkg_square_go_jose_v2",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2761,7 +2728,6 @@ def go_dependencies():
sum = "h1:HWXbyKDNwGqol+s/sMNr/vnfNME/EoMdEraP4ZkUQek=",
version = "v5.0.1",
)

go_repository(
name = "io_k8s_sigs_kustomize_kyaml",
build_file_proto_mode = "disable_global",
Expand Down Expand Up @@ -2944,7 +2910,6 @@ def go_dependencies():
sum = "h1:XSJ8Vk1SWuNr8S18z1NZSziL0CPIXLCCMDOEFtHBOFc=",
version = "v0.0.0-20230530153820-e85fd2cbaebc",
)

go_repository(
name = "org_golang_google_grpc",
build_file_proto_mode = "disable_global",
Expand Down
Loading

0 comments on commit 96a000d

Please sign in to comment.