Skip to content

Commit 9185424

Browse files
authored
Bump eventsub-framework to v1.2.0 (#8)
1 parent 941874a commit 9185424

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
@@ -3,7 +3,7 @@ module github.com/dnsge/twitch-eventsub-framework
33
go 1.17
44

55
require (
6-
github.com/dnsge/twitch-eventsub-bindings v1.1.0
6+
github.com/dnsge/twitch-eventsub-bindings v1.2.0
77
github.com/mozillazg/go-httpheader v0.3.0
88
github.com/stretchr/testify v1.8.2
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/dnsge/twitch-eventsub-bindings v1.1.0 h1:11MBREP4tdcxfGNxDRSu86ASxlnMsSCo0YnLV01T0Ws=
5-
github.com/dnsge/twitch-eventsub-bindings v1.1.0/go.mod h1:Zbj+TpgcdNu4Gj6+6KG/+A7EvWMDbzQ+UGm35P918pc=
4+
github.com/dnsge/twitch-eventsub-bindings v1.2.0 h1:iqIwGf8MLXPHKZZorvvMaiCvSf6iftdKar5SXPeAojY=
5+
github.com/dnsge/twitch-eventsub-bindings v1.2.0/go.mod h1:Zbj+TpgcdNu4Gj6+6KG/+A7EvWMDbzQ+UGm35P918pc=
66
github.com/mozillazg/go-httpheader v0.3.0 h1:3brX5z8HTH+0RrNA1362Rc3HsaxyWEKtGY45YrhuINM=
77
github.com/mozillazg/go-httpheader v0.3.0/go.mod h1:PuT8h0pw6efvp8ZeUec1Rs7dwjK08bt6gKSReGMqtdA=
88
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)