⬆️ update dependency, release=v1.0.1
This commit is contained in:
parent
7984223fb1
commit
c2eb56dd2f
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
|
||||
VERSION=v1.0.0
|
||||
VERSION=v1.0.1
|
||||
GOOS=linux
|
||||
GOCMD=go
|
||||
GOBUILD=$(GOCMD) build
|
||||
|
|
2
go.mod
2
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
|
||||
)
|
||||
|
|
2
go.sum
2
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=
|
||||
|
|
Loading…
Reference in a new issue