Skip to content

Commit e18c63c

Browse files
Bump gopkg.in/yaml.v3 in /functions/async/pubsub/producer
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a73bb0d commit e18c63c

File tree

1 file changed

+1
-1
lines changed
  • functions/async/pubsub/producer

1 file changed

+1
-1
lines changed

functions/async/pubsub/producer/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ require (
1717
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
1818
google.golang.org/grpc v1.40.0 // indirect
1919
google.golang.org/protobuf v1.27.1 // indirect
20-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
20+
gopkg.in/yaml.v3 v3.0.0 // indirect
2121
)

0 commit comments

Comments
 (0)