Skip to content

Commit

Permalink
⬆️ update dependency, release=v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwhile committed Mar 12, 2021
1 parent 7984223 commit c2eb56d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=v1.0.0
VERSION=v1.0.1
GOOS=linux
GOCMD=go
GOBUILD=$(GOCMD) build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit c2eb56d

Please sign in to comment.