Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch committed Jul 11, 2018
1 parent ef7b165 commit d938632
Show file tree
Hide file tree
Showing 162 changed files with 11,543 additions and 1,885 deletions.
43 changes: 25 additions & 18 deletions Gopkg.lock

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

28 changes: 18 additions & 10 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
ignored = [
"github.com/fossas/fossa-cli/fixtures/*"
]

[prune]
go-tests = true
unused-packages = true

[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
Expand All @@ -20,7 +12,11 @@ ignored = [

[[constraint]]
name = "github.com/briandowns/spinner"
version = "1.0.0"
version = "1.1.0"

[[constraint]]
branch = "master"
name = "github.com/cheekybits/genny"

[[constraint]]
branch = "master"
Expand All @@ -30,6 +26,10 @@ ignored = [
name = "github.com/mattn/go-isatty"
version = "0.0.3"

[[constraint]]
branch = "master"
name = "github.com/mitchellh/mapstructure"

[[constraint]]
name = "github.com/op/go-logging"
version = "1.0.0"
Expand All @@ -42,14 +42,22 @@ ignored = [
branch = "master"
name = "github.com/rhysd/go-github-selfupdate"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"

[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
version = "4.4.0"
version = "4.5.0"

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

[prune]
go-tests = true
unused-packages = true
82 changes: 80 additions & 2 deletions vendor/github.com/briandowns/spinner/README.md

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

0 comments on commit d938632

Please sign in to comment.