From: Anssi Mannila Date: Wed, 14 Oct 2020 08:23:40 +0000 (+0300) Subject: Container tag update X-Git-Tag: alarm/v0.5.0~20 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9fb1da50fa57c27496e0fdc8688f5a919bae3d08;p=ric-plt%2Falarm-go.git Container tag update Change-Id: Ie0cce0b1f860b21640be05363075e562fd3093ea Signed-off-by: Anssi Mannila --- 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