aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-05-12 17:34:47 +0300
committerTulir Asokan <tulir@maunium.net>2019-05-12 17:34:47 +0300
commit4bcdcd1ccd1d616d29614e5eaf8bfb1df679aa6d (patch)
tree0b8eb608ea4d592ea2a1ab06ba77254e75dd0148 /go.mod
parentbedbc3d10a87146bba4cc37c356068ef8849a496 (diff)
Fix go 1.11 and go get compatibility
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index cc32152..c27f282 100644
--- a/go.mod
+++ b/go.mod
@@ -15,17 +15,19 @@ require (
github.com/mattn/go-runewidth v0.0.4
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
- github.com/russross/blackfriday/v2 v2.0.1
github.com/sasha-s/go-deadlock v0.2.0
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/image v0.0.0-20190424155947-59b11bec70c7
- golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
+ golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec
+ golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ gopkg.in/russross/blackfriday.v2 v2.0.1
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/mautrix v0.1.0-alpha.3.0.20190512142959-897a8c5be1d9
maunium.net/go/mauview v0.0.0-20190426104003-3e5387b8a125
maunium.net/go/tcell v0.0.0-20190426103942-24a060c2189b
)
+
+replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1