We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b107fb7 commit 13f9f08Copy full SHA for 13f9f08
bots/rss/go.mod
@@ -3,8 +3,8 @@ module github.com/kurosame/bots-go/bots/rss
3
go 1.16
4
5
require (
6
- cloud.google.com/go/datastore v1.8.0
7
- github.com/GoogleCloudPlatform/functions-framework-go v1.5.3
+ cloud.google.com/go/datastore v1.10.0
+ github.com/GoogleCloudPlatform/functions-framework-go v1.7.4
8
github.com/joho/godotenv v1.4.0
9
github.com/slack-go/slack v0.11.0
10
)
0 commit comments