We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7132719 + 5fc5496 commit e3053d5Copy full SHA for e3053d5
2 files changed
go.mod
@@ -4,5 +4,5 @@ go 1.12
4
5
require (
6
gopkg.in/urfave/cli.v1 v1.20.0
7
- gopkg.in/yaml.v2 v2.2.2
+ gopkg.in/yaml.v2 v2.3.0
8
)
go.sum
@@ -4,3 +4,5 @@ gopkg.in/urfave/cli.v1 v1.20.0 h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0=
gopkg.in/urfave/cli.v1 v1.20.0/go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
+gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
0 commit comments