Skip to content

Commit

Permalink
Go 1.13.6 + Solved dependency problems
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Jan 13, 2020
1 parent 3a28839 commit 251fe46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.10.3
- 1.13.6

install:
- go get -u github.com/golang/dep/cmd/dep
Expand Down
6 changes: 5 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
version = "0.0.5"

[[constraint]]
name = "github.com/armon/go-radix"
Expand All @@ -13,3 +13,7 @@
[[constraint]]
branch = "master"
name = "gonum.org/v1/gonum"

[[override]]
name = "github.com/russross/blackfriday"
version = "1.5.2"

0 comments on commit 251fe46

Please sign in to comment.