Codebase list golang-github-imdario-mergo / 594fd36 debian / patches / 0001-use-newer-yaml-library.patch
594fd36

Tree @594fd36 (Download .tar.gz)

0001-use-newer-yaml-library.patch @594fd36raw · history · blame

Index: golang-github-imdario-mergo/mergo_test.go
===================================================================
--- golang-github-imdario-mergo.orig/mergo_test.go
+++ golang-github-imdario-mergo/mergo_test.go
@@ -10,7 +10,7 @@ import (
 	"reflect"
 	"testing"
 
-	"gopkg.in/yaml.v1"
+	"gopkg.in/yaml.v2"
 )
 
 type simpleTest struct {