1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00
This commit is contained in:
Carlos Alexandro Becker
2016-12-28 23:40:59 -02:00
parent 703d3020fb
commit e4449c6c0b

View File

@@ -1,10 +1,10 @@
package config
import (
"errors"
"io/ioutil"
"os"
"github.com/pkg/errors"
yaml "gopkg.in/yaml.v1"
)