From 9fb1da50fa57c27496e0fdc8688f5a919bae3d08 Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Wed, 14 Oct 2020 11:23:40 +0300 Subject: [PATCH] Container tag update Change-Id: Ie0cce0b1f860b21640be05363075e562fd3093ea Signed-off-by: Anssi Mannila --- build/container-tag.yaml | 2 +- go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build/container-tag.yaml b/build/container-tag.yaml index 71f44c7..7b6e635 100644 --- a/build/container-tag.yaml +++ b/build/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.5.3 +tag: 0.5.4 diff --git a/go.mod b/go.mod index 0fb43fa..b6ae937 100644 --- a/go.mod +++ b/go.mod @@ -20,8 +20,6 @@ require ( github.com/gorilla/mux v1.7.1 github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/mattn/go-runewidth v0.0.9 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/prometheus/alertmanager v0.20.0 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.5.1 -- 2.16.6