We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a74bc commit 6eaf497Copy full SHA for 6eaf497
go.mod
@@ -1,8 +1,8 @@
1
module github.com/unistack-org/micro-codec-yaml/v3
2
3
-go 1.15
+go 1.16
4
5
require (
6
github.com/ghodss/yaml v1.0.0
7
- github.com/unistack-org/micro/v3 v3.3.17
+ github.com/unistack-org/micro/v3 v3.3.19
8
)
0 commit comments