Skip to content

Commit

Permalink
update SDK to 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Mar 18, 2022
1 parent 4169961 commit 2bcdac3
Show file tree
Hide file tree
Showing 6 changed files with 81 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.13.0
require github.com/line/line-bot-sdk-go/v7 v7.14.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.13.0 h1:YLKkwZhOU6n7lx9spMOY3Y/UwIBfFnxS+tY5szfW69Y=
github.com/line/line-bot-sdk-go/v7 v7.13.0/go.mod h1:WNSLxxBiXoGZtSfoiDKGTXu6pJJh8RGzj4AeNvSCWEs=
github.com/line/line-bot-sdk-go/v7 v7.14.0 h1:SL19vemo5zGvZQsTKfdo+mkMN3MY0EdykpDLyVP1GbQ=
github.com/line/line-bot-sdk-go/v7 v7.14.0/go.mod h1:WNSLxxBiXoGZtSfoiDKGTXu6pJJh8RGzj4AeNvSCWEs=
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
58 changes: 58 additions & 0 deletions vendor/github.com/line/line-bot-sdk-go/v7/linebot/flex.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.

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.13.0
# github.com/line/line-bot-sdk-go/v7 v7.14.0
## explicit; go 1.11
github.com/line/line-bot-sdk-go/v7/linebot

0 comments on commit 2bcdac3

Please sign in to comment.