Skip to content

Commit

Permalink
Updating dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lhussiez committed Apr 4, 2018
1 parent 8c92395 commit c5ce01b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
47 changes: 40 additions & 7 deletions Gopkg.lock

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

20 changes: 14 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand All @@ -17,18 +16,27 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/alecthomas/chroma"
version = "0.2.1"
version = "0.4.0"

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

[[constraint]]
name = "gopkg.in/russross/blackfriday.v2"
version = "2.0.0"

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

0 comments on commit c5ce01b

Please sign in to comment.