From b91b05da2ebdc8e62549bd8009feb63ca7410dd7 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Sat, 20 Apr 2019 21:27:18 -0700 Subject: Upgrade to gopkg.in/yaml.v3 This gives us access to the yaml.Node type, which can be used to preserve more formatting than v2 supported during round tripping of YAML --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3