aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 10 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index 53b93d5..326db7e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,12 @@ module maunium.net/go/gomuks
go 1.14
require (
- github.com/alecthomas/chroma v0.7.1
+ github.com/alecthomas/chroma v0.7.2
github.com/disintegration/imaging v1.6.2
- github.com/kyokomi/emoji v2.1.0+incompatible
+ github.com/kyokomi/emoji v2.2.2+incompatible
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/mattn/go-runewidth v0.0.9
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.1.0
@@ -16,13 +16,13 @@ require (
github.com/sasha-s/go-deadlock v0.2.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/stretchr/testify v1.5.1
- github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197
- go.etcd.io/bbolt v1.3.3
- golang.org/x/image v0.0.0-20200119044424-58c23975cae1
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
+ github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834
+ go.etcd.io/bbolt v1.3.4
+ golang.org/x/image v0.0.0-20200430140353-33d19683fad8
+ golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.2.0-beta.4
- maunium.net/go/mauview v0.1.0
- maunium.net/go/tcell v0.1.0
+ maunium.net/go/mautrix v0.4.1
+ maunium.net/go/mauview v0.1.1
+ maunium.net/go/tcell v0.2.0
)