diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-08-01 13:50:36 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-08-01 14:02:03 +0200 |
commit | 030a23c1a22eb51815c277636613f1808dc6be81 (patch) | |
tree | 6c9411642c41345d782a2e06dce8e8a609d747be /go.mod | |
parent | 0d37e5bc8a5f1af3e264b029879fd79da6bd964c (diff) | |
download | haven-030a23c1a22eb51815c277636613f1808dc6be81.tar.gz haven-030a23c1a22eb51815c277636613f1808dc6be81.tar.xz haven-030a23c1a22eb51815c277636613f1808dc6be81.zip |
hasp: bump libasciidoc and other dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,10 +1,16 @@ module janouch.name/haven +go 1.14 + require ( - github.com/bytesparadise/libasciidoc v0.0.0-20181130183354-0141d08f0f46 + github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 + github.com/alecthomas/chroma v0.8.0 // indirect + github.com/bytesparadise/libasciidoc v0.4.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 - github.com/pkg/errors v0.8.0 // indirect - github.com/sirupsen/logrus v1.2.0 // indirect + github.com/onsi/ginkgo v1.14.0 // indirect + github.com/sirupsen/logrus v1.6.0 // indirect + golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b - gopkg.in/yaml.v2 v2.2.2 // indirect + golang.org/x/sys v0.0.0-20200727154430-2d971f7391a4 // indirect + golang.org/x/tools v0.0.0-20200727233628-55644ead90ce // indirect ) |