Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gothunder/thunder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 953f0876b41f8336cd3f5bcb1914206fe489dc43
Choose a base ref
..
head repository: gothunder/thunder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc66c6c06b7524115f5bfe5726adc4b471036d4a
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 go.mod
  2. +1 −1 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ require (
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.8.4
github.com/vektah/gqlparser/v2 v2.5.11
github.com/vektra/mockery/v2 v2.49.0
github.com/vektra/mockery/v2 v2.49.1
github.com/vmihailenco/msgpack/v5 v5.3.5
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel/trace v1.22.0
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -364,7 +364,7 @@ github.com/vektah/gqlparser/v2 v2.5.11 h1:JJxLtXIoN7+3x6MBdtIP59TP1RANnY7pXOaDnA
github.com/vektah/gqlparser/v2 v2.5.11/go.mod h1:1rCcfwB2ekJofmluGWXMSEnPMZgbxzwj6FaZ/4OT8Cc=
github.com/vektra/mockery/v2 v2.33.3 h1:Bahxn87cpbh10fsHhw9671ING/v4dc/53KuLpx0L7I8=
github.com/vektra/mockery/v2 v2.33.3/go.mod h1:9lREs4VEeQiUS3rizYQx1saxHu2JiIhThP0q9+fDegM=
github.com/vektra/mockery/v2 v2.49.0/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI=
github.com/vektra/mockery/v2 v2.49.1/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI=
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=