Container tag update 42/4842/4
authorAnssi Mannila <anssi.mannila@nokia.com>
Wed, 14 Oct 2020 08:23:40 +0000 (11:23 +0300)
committerAnssi Mannila <anssi.mannila@nokia.com>
Wed, 14 Oct 2020 08:58:15 +0000 (11:58 +0300)
Change-Id: Ie0cce0b1f860b21640be05363075e562fd3093ea
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
build/container-tag.yaml
go.mod

index 71f44c7..7b6e635 100644 (file)
@@ -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 (file)
--- 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