Skip to content

Commit

Permalink
Update dep for go-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 27, 2018
1 parent ae7f29c commit 02be1a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.dll
*.so
*.dylib
vendor

# Test binary, build with `go test -c`
*.test
Expand Down
17 changes: 7 additions & 10 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 @@ -36,3 +36,7 @@
[prune]
go-tests = true
unused-packages = true

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"

0 comments on commit 02be1a6

Please sign in to comment.