summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 60ce7117..0735ab5c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.12
require (
github.com/client9/misspell v0.3.4
- gopkg.in/yaml.v2 v2.2.2
+ gopkg.in/yaml.v3 v3.0.0-20190409140830-cdc409dda467
)