We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73bb0d commit e18c63cCopy full SHA for e18c63c
functions/async/pubsub/producer/go.mod
@@ -17,5 +17,5 @@ require (
17
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
18
google.golang.org/grpc v1.40.0 // indirect
19
google.golang.org/protobuf v1.27.1 // indirect
20
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+ gopkg.in/yaml.v3 v3.0.0 // indirect
21
)
0 commit comments