Skip to content

Commit 37b5794

Browse files
Bump github.com/go-stomp/stomp (#635)
Bumps [github.com/go-stomp/stomp](https://github.com/go-stomp/stomp) from 2.1.2+incompatible to 2.1.3+incompatible. - [Release notes](https://github.com/go-stomp/stomp/releases) - [Changelog](https://github.com/go-stomp/stomp/blob/master/breaking_changes.md) - [Commits](go-stomp/stomp@v2.1.2...v2.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73a11e4 commit 37b5794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/elastic/crd-ref-docs v0.0.7
99
github.com/go-delve/delve v1.6.0
1010
github.com/go-logr/logr v0.3.0
11-
github.com/go-stomp/stomp v2.1.2+incompatible
11+
github.com/go-stomp/stomp v2.1.3+incompatible
1212
github.com/michaelklishin/rabbit-hole/v2 v2.6.0
1313
github.com/onsi/ginkgo v1.15.2
1414
github.com/onsi/gomega v1.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+
267267
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
268268
github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
269269
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
270-
github.com/go-stomp/stomp v2.1.2+incompatible h1:yCaLuMAUY4Z0j1zAiT2sVAhJZyzSRjnYu+oHdlm+zY8=
271-
github.com/go-stomp/stomp v2.1.2+incompatible/go.mod h1:VqCtqNZv1226A1/79yh+rMiFUcfY3R109np+7ke4n0c=
270+
github.com/go-stomp/stomp v2.1.3+incompatible h1:IDInO5xtGYK3wZCkdthefqDIaFZlElzZFJEVqZT9SKs=
271+
github.com/go-stomp/stomp v2.1.3+incompatible/go.mod h1:VqCtqNZv1226A1/79yh+rMiFUcfY3R109np+7ke4n0c=
272272
github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4=
273273
github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ=
274274
github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY=

0 commit comments

Comments
 (0)