From d8941d5632585de5b8273e1815a6787336c45644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:42:16 +0000 Subject: [PATCH 1/2] Bump fatih/gomodifytags from v1.6.0 to v1.7.0 Bumps [fatih/gomodifytags](https://github.com/fatih/gomodifytags) from v1.6.0 to v1.7.0. - [Release notes](https://github.com/fatih/gomodifytags/releases) - [Commits](https://github.com/fatih/gomodifytags/compare/v1.6.0...1bc97ea1c01b77cea2e6439332333019bb73112b) Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_hack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index b9378ae2..e0be3153 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -30,7 +30,7 @@ jobs: - uses: ramya-rao-a/go-outline@1.0.0 - uses: acroca/go-symbols@v0.1.1 - uses: rogpeppe/godef@v1.1.2 - - uses: fatih/gomodifytags@v1.6.0 + - uses: fatih/gomodifytags@v1.7.0 - uses: go-delve/delve@v1.5.0 - uses: golangci/golangci-lint@v1.31.0 - uses: SpectoLabs/hoverfly@v1.3.0 From c12f0cdc05f667b221ab1108392fdf4a3c59fb87 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Tue, 6 Oct 2020 07:12:16 +0700 Subject: [PATCH 2/2] Bump gomodifytags --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 68305683..315b69b6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -48,7 +48,7 @@ RUN apt-get update \ github.com/ramya-rao-a/go-outline@1.0.0 \ github.com/acroca/go-symbols@v0.1.1 \ github.com/rogpeppe/godef@v1.1.2 \ - github.com/fatih/gomodifytags@v1.6.0 \ + github.com/fatih/gomodifytags@v1.7.0 \ github.com/go-delve/delve/cmd/dlv@v1.5.0 2>&1 \ github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0 \ #