aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-18 20:38:35 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-18 20:38:35 +0200
commit18fa85f4c42fc23f4e35dc029cf59232adead404 (patch)
tree00413a6fff37b9d04ff32a782dbcc4a5c6d7e803 /go.mod
parent7012564d0ee8481c0e4c5ecb359f77d12c9f793b (diff)
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod38
1 files changed, 15 insertions, 23 deletions
diff --git a/go.mod b/go.mod
index 0903a12..1fb4d6d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,33 +1,25 @@
module maunium.net/go/gomuks
-go 1.11
+go 1.13
require (
- github.com/alecthomas/chroma v0.6.3
- github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
- github.com/disintegration/imaging v1.6.0
- github.com/kr/pretty v0.1.0 // indirect
+ github.com/alecthomas/chroma v0.7.1
+ github.com/disintegration/imaging v1.6.2
github.com/kyokomi/emoji v2.1.0+incompatible
- github.com/lithammer/fuzzysearch v1.0.2
- github.com/lucasb-eyer/go-colorful v1.0.2
- github.com/mattn/go-isatty v0.0.8 // indirect
- github.com/mattn/go-runewidth v0.0.4
- github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
+ github.com/lithammer/fuzzysearch v1.1.0
+ github.com/lucasb-eyer/go-colorful v1.0.3
+ github.com/mattn/go-runewidth v0.0.8
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
- github.com/pkg/errors v0.8.1
+ github.com/pkg/errors v0.9.1
github.com/sasha-s/go-deadlock v0.2.0
- github.com/stretchr/testify v1.3.0
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
+ github.com/stretchr/testify v1.4.0
go.etcd.io/bbolt v1.3.3
- golang.org/x/image v0.0.0-20190616094056-33659d3de4f5
- golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
- golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
- gopkg.in/russross/blackfriday.v2 v2.0.1
+ golang.org/x/image v0.0.0-20200119044424-58c23975cae1
+ golang.org/x/net v0.0.0-20200202094626-16171245cfb2
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
- gopkg.in/yaml.v2 v2.2.2
- maunium.net/go/mautrix v0.1.0-alpha.3.0.20190622085722-6406f15cb8e3
- maunium.net/go/mauview v0.0.0-20190725205835-60a4e06eca68
- maunium.net/go/tcell v0.0.0-20190725205644-92d267dd4bf0
+ gopkg.in/yaml.v2 v2.2.8
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20200218183645-fea33ed88d03
+ maunium.net/go/mauview v0.0.0-20200218183549-88ecb1321176
+ maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09
)
-
-replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1