Skip to content

Commit aaa0f01

Browse files
committed
chore: update simple example
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6b35f58 commit aaa0f01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_example/simple/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module example
22

33
go 1.16
44

5-
require github.com/appleboy/queue v0.0.4-0.20210727142412-eaaf46bd6231
5+
require github.com/appleboy/queue v0.0.4-0.20210728132114-6b35f5805523

_example/simple/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/appleboy/queue v0.0.4-0.20210726090849-82cf3ebeafc5 h1:UE6zMJQObLz/E/
22
github.com/appleboy/queue v0.0.4-0.20210726090849-82cf3ebeafc5/go.mod h1:cEQW2y7dduAUqUGnGJEK9oM5bZLlc0+3HI9bTUL0+Ek=
33
github.com/appleboy/queue v0.0.4-0.20210727142412-eaaf46bd6231 h1:OGNVcnnlPLRiK27xIcinWDCITRNJYHdO5SBLfl2DuFA=
44
github.com/appleboy/queue v0.0.4-0.20210727142412-eaaf46bd6231/go.mod h1:cEQW2y7dduAUqUGnGJEK9oM5bZLlc0+3HI9bTUL0+Ek=
5+
github.com/appleboy/queue v0.0.4-0.20210728132114-6b35f5805523 h1:+SPSATrAMClbv8JMv1G8wsmq+cIs/nS9bLLWgqcyX8E=
6+
github.com/appleboy/queue v0.0.4-0.20210728132114-6b35f5805523/go.mod h1:cEQW2y7dduAUqUGnGJEK9oM5bZLlc0+3HI9bTUL0+Ek=
57
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
68
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
79
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=

0 commit comments

Comments
 (0)