Skip to content

Commit

Permalink
update SDK to 7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Nov 11, 2022
1 parent 6d00766 commit 252e75e
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/kkdai/LineBotTemplate
// +heroku goVersion go1.17
go 1.17

require github.com/line/line-bot-sdk-go/v7 v7.17.0
require github.com/line/line-bot-sdk-go/v7 v7.18.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/line/line-bot-sdk-go/v7 v7.17.0 h1:RPxBToxeRRf3TUyrlC8JalNoACe44ggpmLcrFJW+/Ks=
github.com/line/line-bot-sdk-go/v7 v7.17.0/go.mod h1:2CXH5xBgADszymGNRRUiUqBQ/0G6r2nx3BviBYtnB3U=
github.com/line/line-bot-sdk-go/v7 v7.18.0 h1:ogrOioYKnCuyDlbNAuFb7hGdv1KGkluKWUcZx/Uocds=
github.com/line/line-bot-sdk-go/v7 v7.18.0/go.mod h1:2CXH5xBgADszymGNRRUiUqBQ/0G6r2nx3BviBYtnB3U=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/line/line-bot-sdk-go/v7/linebot/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

247 changes: 247 additions & 0 deletions vendor/github.com/line/line-bot-sdk-go/v7/linebot/validate_message.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# github.com/line/line-bot-sdk-go/v7 v7.17.0
# github.com/line/line-bot-sdk-go/v7 v7.18.0
## explicit; go 1.19
github.com/line/line-bot-sdk-go/v7/linebot

0 comments on commit 252e75e

Please sign in to comment.