From 36c73ac42c66c03edcd550975a161d58bcbdd6ed Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 17 Aug 2024 21:17:56 +0200 Subject: [PATCH] Update module github.com/go-delve/delve to v1.23.0 (#5858) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-delve/delve](https://togithub.com/go-delve/delve) | `v1.22.1` -> `v1.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-delve%2fdelve/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-delve%2fdelve/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-delve%2fdelve/v1.22.1/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-delve%2fdelve/v1.22.1/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
go-delve/delve (github.com/go-delve/delve) ### [`v1.23.0`](https://togithub.com/go-delve/delve/releases/tag/v1.23.0) [Compare Source](https://togithub.com/go-delve/delve/compare/v1.22.1...v1.23.0) #### What's Changed - dwarfbuilder: fix makeAbbrevTable by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3665](https://togithub.com/go-delve/delve/pull/3665) - \*: misc fixes for go1.23 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3663](https://togithub.com/go-delve/delve/pull/3663) - elfwriter: add WriteSectionHeaders by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3666](https://togithub.com/go-delve/delve/pull/3666) - Upgrade github.com/google/go-dap to v0.12.0 by [@​suzmue](https://togithub.com/suzmue) in [https://github.com/go-delve/delve/pull/3673](https://togithub.com/go-delve/delve/pull/3673) - pkg/terminal,pkg/proc: Implement next-instruction by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3671](https://togithub.com/go-delve/delve/pull/3671) - pkg/terminal: print breakpoint number on stop by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3675](https://togithub.com/go-delve/delve/pull/3675) - proc/evalop: remove no longer needed Go 1.17 files by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3676](https://togithub.com/go-delve/delve/pull/3676) - Cirrus-CI: update to FreeBSD 13.3 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3679](https://togithub.com/go-delve/delve/pull/3679) - dwarf/loclist: remove impossible condition by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3677](https://togithub.com/go-delve/delve/pull/3677) - proc: catch panics when reading debug info for stripped executables by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3678](https://togithub.com/go-delve/delve/pull/3678) - proc,go.mod: update x/sys remove KeepAlive calls by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3680](https://togithub.com/go-delve/delve/pull/3680) - pkg/proc: defend better against missing DWARF by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3695](https://togithub.com/go-delve/delve/pull/3695) - proc: support reading captured variables of closures by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3682](https://togithub.com/go-delve/delve/pull/3682) - pkg/terminal: allow postfix if for breakpoint conds by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3693](https://togithub.com/go-delve/delve/pull/3693) - proc: change 'step' command so that it steps through go statements by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3686](https://togithub.com/go-delve/delve/pull/3686) - cmd/dlv: add shell (non-)completions to flags taking args by [@​scop](https://togithub.com/scop) in [https://github.com/go-delve/delve/pull/3696](https://togithub.com/go-delve/delve/pull/3696) - cmd/dlv: fix panic on connect fail by [@​scop](https://togithub.com/scop) in [https://github.com/go-delve/delve/pull/3698](https://togithub.com/go-delve/delve/pull/3698) - tests: fix tests on Go 1.23 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3697](https://togithub.com/go-delve/delve/pull/3697) - pkg/terminal: clear erroneous name setting on postfix if by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3702](https://togithub.com/go-delve/delve/pull/3702) - pkg/terminal: remove duplicated word by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3707](https://togithub.com/go-delve/delve/pull/3707) - cmd/dlv: improve positional argument completion by [@​scop](https://togithub.com/scop) in [https://github.com/go-delve/delve/pull/3699](https://togithub.com/go-delve/delve/pull/3699) - proc: generalize escapeCheck and allocString by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3687](https://togithub.com/go-delve/delve/pull/3687) - rr: fix gdb parsing by [@​howardjohn](https://togithub.com/howardjohn) in [https://github.com/go-delve/delve/pull/3705](https://togithub.com/go-delve/delve/pull/3705) - Add function name even in return trace by [@​archanaravindar](https://togithub.com/archanaravindar) in [https://github.com/go-delve/delve/pull/3712](https://togithub.com/go-delve/delve/pull/3712) - pkg/proc: fix watchpoints on macos by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3703](https://togithub.com/go-delve/delve/pull/3703) - \_scripts: upgrade to python3 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3716](https://togithub.com/go-delve/delve/pull/3716) - pkg/proc/gdbserial: optimize gdbwire backend by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3715](https://togithub.com/go-delve/delve/pull/3715) - gdbserial: update path of lldb protocol extension documentation by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3727](https://togithub.com/go-delve/delve/pull/3727) - gdbserial: fixes for rr 5.7.0 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3718](https://togithub.com/go-delve/delve/pull/3718) - pkg/terminal: remove deprecated starlark global options by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3722](https://togithub.com/go-delve/delve/pull/3722) - \*: remove redundant lines at the start/end of block by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3730](https://togithub.com/go-delve/delve/pull/3730) - Update actions/checkout to v4 by [@​abbasudo](https://togithub.com/abbasudo) in [https://github.com/go-delve/delve/pull/3731](https://togithub.com/go-delve/delve/pull/3731) - proc/gdbserial: add environment variables to configure rr invocation by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3726](https://togithub.com/go-delve/delve/pull/3726) - proc: initial stepping with range-over-func support by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3736](https://togithub.com/go-delve/delve/pull/3736) - cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client by [@​fatanugraha](https://togithub.com/fatanugraha) in [https://github.com/go-delve/delve/pull/3632](https://togithub.com/go-delve/delve/pull/3632) - Support to add a new suboption --follow-calls to trace subcommand by [@​archanaravindar](https://togithub.com/archanaravindar) in [https://github.com/go-delve/delve/pull/3594](https://togithub.com/go-delve/delve/pull/3594) - proc: fix bug with stack watchpoints going out of scope by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3742](https://togithub.com/go-delve/delve/pull/3742) - proc: fix TestRangeOverFuncNext by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3740](https://togithub.com/go-delve/delve/pull/3740) - proc: refactor identifier evaluation for range-over-func support by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3738](https://togithub.com/go-delve/delve/pull/3738) - service: print better message for unattended stops by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3747](https://togithub.com/go-delve/delve/pull/3747) - pkg/astutil,pkg/elfwriter: fix package doc by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3753](https://togithub.com/go-delve/delve/pull/3753) - \*: replace fmt.Errorf with errors.New by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3752](https://togithub.com/go-delve/delve/pull/3752) - proc: initial support for expressions with range-over-func by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3750](https://togithub.com/go-delve/delve/pull/3750) - pkg/terminal: do not use deprecated strings.Title by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3756](https://togithub.com/go-delve/delve/pull/3756) - all: fix typos in CHANGELOG, comments and package name by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3757](https://togithub.com/go-delve/delve/pull/3757) - refactor: move loadModuleData from runtimeTypeToDIE and expose the apis by [@​jayantxie](https://togithub.com/jayantxie) in [https://github.com/go-delve/delve/pull/3741](https://togithub.com/go-delve/delve/pull/3741) - pkg/proc,service/debugger: fix debuginfod-find source by [@​derekparker](https://togithub.com/derekparker) in [https://github.com/go-delve/delve/pull/3762](https://togithub.com/go-delve/delve/pull/3762) - fix: mem cache out of range panic caused by overflow by [@​jayantxie](https://togithub.com/jayantxie) in [https://github.com/go-delve/delve/pull/3761](https://togithub.com/go-delve/delve/pull/3761) - proc: support stepping through range-over-func statements with inlining by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3755](https://togithub.com/go-delve/delve/pull/3755) - service/debugger: evaluate breakpoint vars on g-less threads by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3759](https://togithub.com/go-delve/delve/pull/3759) - fix: LoadAbstractOriginAndSpecification infinite loop caused by abstr… by [@​zdyj3170101136](https://togithub.com/zdyj3170101136) in [https://github.com/go-delve/delve/pull/3767](https://togithub.com/go-delve/delve/pull/3767) - \*: remove redundant lines at the start/end of block by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3773](https://togithub.com/go-delve/delve/pull/3773) - pkg/proc: fix 404 links and change to https by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3775](https://togithub.com/go-delve/delve/pull/3775) - go.mod: update gopkg.in/yaml to v3 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3776](https://togithub.com/go-delve/delve/pull/3776) - pkg/terminal: add missing file.Close() call by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3770](https://togithub.com/go-delve/delve/pull/3770) - pkg: refactor to .WriteString() instead of .Write(\[]byte()) by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3769](https://togithub.com/go-delve/delve/pull/3769) - pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3772](https://togithub.com/go-delve/delve/pull/3772) - proc: use .closureptr for stepping through range-over-func statements by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3763](https://togithub.com/go-delve/delve/pull/3763) - service/rpc1: add Go Reference doc by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3779](https://togithub.com/go-delve/delve/pull/3779) - \*: replace old golang.org links with new go.dev by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/go-delve/delve/pull/3774](https://togithub.com/go-delve/delve/pull/3774) - proc: fix bug with range-over-func stepping by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3778](https://togithub.com/go-delve/delve/pull/3778) - goversion: add 1.23 to supported versions, update test matrix by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3780](https://togithub.com/go-delve/delve/pull/3780) - teamcity: fix typo in configuration by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3783](https://togithub.com/go-delve/delve/pull/3783) - \*: release version 1.23.0 by [@​aarzilli](https://togithub.com/aarzilli) in [https://github.com/go-delve/delve/pull/3782](https://togithub.com/go-delve/delve/pull/3782) #### New Contributors - [@​scop](https://togithub.com/scop) made their first contribution in [https://github.com/go-delve/delve/pull/3696](https://togithub.com/go-delve/delve/pull/3696) - [@​howardjohn](https://togithub.com/howardjohn) made their first contribution in [https://github.com/go-delve/delve/pull/3705](https://togithub.com/go-delve/delve/pull/3705) - [@​abbasudo](https://togithub.com/abbasudo) made their first contribution in [https://github.com/go-delve/delve/pull/3731](https://togithub.com/go-delve/delve/pull/3731) - [@​fatanugraha](https://togithub.com/fatanugraha) made their first contribution in [https://github.com/go-delve/delve/pull/3632](https://togithub.com/go-delve/delve/pull/3632) - [@​jayantxie](https://togithub.com/jayantxie) made their first contribution in [https://github.com/go-delve/delve/pull/3741](https://togithub.com/go-delve/delve/pull/3741) - [@​zdyj3170101136](https://togithub.com/zdyj3170101136) made their first contribution in [https://github.com/go-delve/delve/pull/3767](https://togithub.com/go-delve/delve/pull/3767) **Full Changelog**: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1230-2024-07-16
--- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- docker/debug/go.mod | 7 +++---- docker/debug/go.sum | 14 ++++++-------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docker/debug/go.mod b/docker/debug/go.mod index c533f875f46..20d35305cde 100644 --- a/docker/debug/go.mod +++ b/docker/debug/go.mod @@ -2,7 +2,7 @@ module debug-delve go 1.23.0 -require github.com/go-delve/delve v1.22.1 +require github.com/go-delve/delve v1.23.0 require ( github.com/cilium/ebpf v0.11.0 // indirect @@ -10,7 +10,7 @@ require ( github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d // indirect github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 // indirect - github.com/google/go-dap v0.11.0 // indirect + github.com/google/go-dap v0.12.0 // indirect github.com/hashicorp/golang-lru v1.0.2 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect @@ -24,7 +24,6 @@ require ( go.starlark.net v0.0.0-20231101134539-556fd59b42f6 // indirect golang.org/x/arch v0.6.0 // indirect golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect - golang.org/x/sys v0.13.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect + golang.org/x/sys v0.17.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/docker/debug/go.sum b/docker/debug/go.sum index faecce1f020..185eac48067 100644 --- a/docker/debug/go.sum +++ b/docker/debug/go.sum @@ -13,14 +13,14 @@ github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d h1:hUWoLdw5kvo2xC github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d/go.mod h1:C7Es+DLenIpPc9J6IYw4jrK0h7S9bKj4DNl8+KxGEXU= github.com/frankban/quicktest v1.14.5 h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA= github.com/frankban/quicktest v1.14.5/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0= -github.com/go-delve/delve v1.22.1 h1:LQSF2sv+lP3mmOzMkadl5HGQGgSS2bFg2tbyALqHu8Y= -github.com/go-delve/delve v1.22.1/go.mod h1:TfOb+G5H6YYKheZYAmA59ojoHbOimGfs5trbghHdLbM= +github.com/go-delve/delve v1.23.0 h1:jYgZISZ14KAO3ys8kD07kjrowrygE9F9SIwnpz9xXys= +github.com/go-delve/delve v1.23.0/go.mod h1:S3SLuEE2mn7wipKilTvk1p9HdTMnXXElcEpiZ+VcuqU= github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 h1:IGtvsNyIuRjl04XAOFGACozgUD7A82UffYxZt4DWbvA= github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62/go.mod h1:biJCRbqp51wS+I92HMqn5H8/A0PAhxn2vyOT+JqhiGI= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-dap v0.11.0 h1:SpAZJL41rOOvd85PuLCCLE1dteTQOyKNnn0H3DBHywo= -github.com/google/go-dap v0.11.0/go.mod h1:HAeyoSd2WIfTfg+0GRXcFrb+RnojAtGNh+k+XTIxJDE= +github.com/google/go-dap v0.12.0 h1:rVcjv3SyMIrpaOoTAdFDyHs99CwVOItIJGKLQFQhNeM= +github.com/google/go-dap v0.12.0/go.mod h1:tNjCASCm5cqePi/RVXXWEVqtnNLV1KTWtYOqu6rZNzc= github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c= github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= @@ -67,16 +67,14 @@ golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y= +golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc= golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= google.golang.org/protobuf v1.25.0 h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=