mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-09 07:05:47 +02:00
go-yaml: direct dependency on github repo
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"github.com/mitchellh/mapstructure"
|
||||
"github.com/pkg/errors"
|
||||
yaml "gopkg.in/yaml.v2"
|
||||
yaml "github.com/go-yaml/yaml"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user