1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2016-12-28 23:40:59 -02:00
parent 703d3020fb
commit e4449c6c0b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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