Skip to content

Commit f451059

Browse files
committed
up eventbus
1 parent 32a7b0a commit f451059

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/bwmarrin/snowflake v0.3.0
77
github.com/go-redis/redis/v8 v8.4.4
88
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
9-
github.com/nilorg/eventbus v0.0.0-20211122103541-1855f4867cbf
9+
github.com/nilorg/eventbus v0.0.0-20211122105808-14e691ba0a22
1010
github.com/streadway/amqp v1.0.0
1111
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
1212
gorm.io/driver/mysql v1.0.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
3939
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
4040
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
4141
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
42-
github.com/nilorg/eventbus v0.0.0-20211122103541-1855f4867cbf h1:WxJpsPZdljTYaOh0ovfUG7LqZTCPe2HJEQWcFO2YHqg=
43-
github.com/nilorg/eventbus v0.0.0-20211122103541-1855f4867cbf/go.mod h1:4F//7zlQBZkG4OH2loRxp0tgjag7UQT1NddaforV6eE=
42+
github.com/nilorg/eventbus v0.0.0-20211122105808-14e691ba0a22 h1:YyKU/Z2GXZEtFXGF+NXUIPQdqI2TPhXg9W49xfWkxkk=
43+
github.com/nilorg/eventbus v0.0.0-20211122105808-14e691ba0a22/go.mod h1:4F//7zlQBZkG4OH2loRxp0tgjag7UQT1NddaforV6eE=
4444
github.com/nilorg/sdk v0.0.0-20210105040803-353875b93c15 h1:k0qXy9/XEQuCwZpvAOLV4Jrcf0R+1igZfDMEi1tAElM=
4545
github.com/nilorg/sdk v0.0.0-20210105040803-353875b93c15/go.mod h1:X1swpPdqguAZaBDoEPyEWHSsJii0YQ1o+3piMv6W3JU=
4646
github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=

0 commit comments

Comments
 (0)