Skip to content

Commit a93c63f

Browse files
author
wrongerror
committed
bump function-framework-go to v0.4.0
Signed-off-by: wrongerror <wangyifei@kubesphere.io>
1 parent ab0b339 commit a93c63f

12 files changed

Lines changed: 22 additions & 22 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module main.go
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/OpenFunction/functions-framework-go v0.2.2
6+
github.com/OpenFunction/functions-framework-go v0.4.0
77
github.com/fatih/structs v1.1.0
88
k8s.io/klog/v2 v2.40.1
99
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module main.go
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/OpenFunction/functions-framework-go v0.2.2
6+
github.com/OpenFunction/functions-framework-go v0.4.0
77
github.com/fatih/structs v1.1.0
88
k8s.io/klog/v2 v2.40.1
99
)

functions-framework/golang/Async/pubsub/pub/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module main.go
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/OpenFunction/functions-framework-go v0.2.2
6+
github.com/OpenFunction/functions-framework-go v0.4.0
77
k8s.io/klog/v2 v2.40.1
88
)
99

functions-framework/golang/Async/pubsub/sub/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module main.go
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/OpenFunction/functions-framework-go v0.2.2
6+
github.com/OpenFunction/functions-framework-go v0.4.0
77
k8s.io/klog/v2 v2.40.1
88
)
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module main.go
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/cloudevents/sdk-go/v2 v2.4.1
7-
github.com/OpenFunction/functions-framework-go v0.2.2
7+
github.com/OpenFunction/functions-framework-go v0.4.0
88
github.com/fatih/structs v1.1.0
99
k8s.io/klog/v2 v2.30.0
1010
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module example.com/bindings
22

3-
go 1.16
3+
go 1.17
44

5-
require github.com/OpenFunction/functions-framework-go v0.2.2
5+
require github.com/OpenFunction/functions-framework-go v0.4.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module example.com/bindings
22

3-
go 1.16
3+
go 1.17
44

5-
require github.com/OpenFunction/functions-framework-go v0.2.2
5+
require github.com/OpenFunction/functions-framework-go v0.4.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module example.com/bindings
22

3-
go 1.16
3+
go 1.17
44

5-
require github.com/OpenFunction/functions-framework-go v0.2.2
5+
require github.com/OpenFunction/functions-framework-go v0.4.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module example.com/logshandler
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/OpenFunction/functions-framework-go v0.2.2
6+
github.com/OpenFunction/functions-framework-go v0.4.0
77
github.com/prometheus/alertmanager v0.22.2
88
)

functions/async/pubsub/producer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example.com/producer
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/dapr/go-sdk v1.3.1

0 commit comments

Comments
 (0)