Skip to content

Commit

Permalink
vendor: replace yaml lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarnier committed Nov 30, 2018
1 parent f714156 commit 3f44cdb
Show file tree
Hide file tree
Showing 29 changed files with 1,033 additions and 9,890 deletions.
12 changes: 9 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
name = "github.com/fsouza/go-dockerclient"
branch = "master"

[[constraint]]
name = "github.com/ghodss/yaml"
branch = "master"

[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import (
"regexp"
"strings"

"github.com/ghodss/yaml"
"github.com/tsuru/deploy-agent/internal/docker"
"github.com/tsuru/deploy-agent/internal/tsuru"
"github.com/tsuru/deploy-agent/internal/user"
"github.com/tsuru/tsuru/app/bind"
"github.com/tsuru/tsuru/exec"
"gopkg.in/yaml.v2"
)

var (
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/ghodss/yaml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/ghodss/yaml/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions vendor/github.com/ghodss/yaml/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

121 changes: 121 additions & 0 deletions vendor/github.com/ghodss/yaml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f44cdb

Please sign in to comment.