diff options
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 ) |