summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/data.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/data.go b/data/data.go
index 90639e02..0c81dc54 100644
--- a/data/data.go
+++ b/data/data.go
@@ -24,7 +24,7 @@ import (
"github.com/pkg/errors"
"github.com/ugorji/go/codec"
- yaml "gopkg.in/yaml.v3"
+ "github.com/hairyhenderson/yaml"
)
func unmarshalObj(obj map[string]interface{}, in string, f func([]byte, interface{}) error) (map[string]interface{}, error) {