chore: updates vendored dependencies

Updates `alecthomas/chroma` and `gopkg.in/yaml.v2` to newer versions.
This commit is contained in:
Chris Lane
2019-11-12 19:03:59 -05:00
parent 27a4991a3a
commit 0525b2331b
5 changed files with 14 additions and 20 deletions

View File

@ -14,9 +14,8 @@ require (
github.com/gorilla/mux v1.7.3
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
)