aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 11 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 6130d63..0437fe2 100644
--- a/go.mod
+++ b/go.mod
@@ -4,22 +4,26 @@ go 1.12
require (
github.com/alecthomas/chroma v0.6.3
+ github.com/alecthomas/kong v0.1.16 // indirect
+ github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/disintegration/imaging v1.6.0
github.com/kyokomi/emoji v2.1.0+incompatible
github.com/lithammer/fuzzysearch v1.0.2
- github.com/lucasb-eyer/go-colorful v1.0.1
+ github.com/lucasb-eyer/go-colorful v1.0.2
+ github.com/mattn/go-colorable v0.1.1 // indirect
+ github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
+ github.com/stretchr/objx v0.2.0 // indirect
go.etcd.io/bbolt v1.3.2
- golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
- golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sys v0.0.0-20190410170021-cc4d4f50624c // indirect
+ golang.org/x/image v0.0.0-20190424155947-59b11bec70c7
+ golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
gopkg.in/yaml.v2 v2.2.2
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190410194750-53c7c9d954c8
- maunium.net/go/mauview v0.0.0-20190406150001-ad4a4e562f9e
- maunium.net/go/tcell v0.0.0-20190406145848-d520315b0ddb
+ maunium.net/go/mauview v0.0.0-20190426104003-3e5387b8a125
+ maunium.net/go/tcell v0.0.0-20190426103942-24a060c2189b
)