From c2eb56dd2f33a23e7de09b4e54254b100f0b421b Mon Sep 17 00:00:00 2001 From: Benoit Perroud Date: Fri, 12 Mar 2021 09:38:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20dependency,=20rel?= =?UTF-8?q?ease=3Dv1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 90896a6..bcd07cd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=v1.0.0 +VERSION=v1.0.1 GOOS=linux GOCMD=go GOBUILD=$(GOCMD) build diff --git a/go.mod b/go.mod index 47940fa..c9724ce 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/opencontainers/image-spec v1.0.1 // indirect github.com/prometheus/client_golang v1.9.0 github.com/prometheus/common v0.15.0 + github.com/sqooba/go-common v0.0.0-20210312063917-35b2ebfb97ab github.com/stretchr/testify v1.6.1 golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect - github.com/sqooba/go-common v0.0.0-20210308210041-34f0d28a008b ) diff --git a/go.sum b/go.sum index 45b2926..284715c 100644 --- a/go.sum +++ b/go.sum @@ -341,6 +341,8 @@ github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/sqooba/go-common v0.0.0-20210308210041-34f0d28a008b h1:h9yhGXggiC8sBMvWtIyOoUJ7WFT3yLays1QdcEyIkzs= github.com/sqooba/go-common v0.0.0-20210308210041-34f0d28a008b/go.mod h1:WXDCl1bYw/dhjpNQoNBFN233v3+IsESt4U7yGRo7C3I= +github.com/sqooba/go-common v0.0.0-20210312063917-35b2ebfb97ab h1:UGyO87Vy6+kYHvWrCOOMPuh/qgVoAiZZnbYhVk1s4ZA= +github.com/sqooba/go-common v0.0.0-20210312063917-35b2ebfb97ab/go.mod h1:WXDCl1bYw/dhjpNQoNBFN233v3+IsESt4U7yGRo7C3I= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=