aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 5 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index 94aa798..73f9e52 100644
--- a/go.mod
+++ b/go.mod
@@ -17,23 +17,17 @@ require (
github.com/pkg/errors v0.8.1
github.com/sasha-s/go-deadlock v0.2.0
github.com/stretchr/testify v1.3.0
- go.etcd.io/bbolt v1.3.2
- golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff
- golang.org/x/net v0.0.0-20190603091049-60506f45cf65
- golang.org/x/sys v0.0.0-20190606122018-79a91cf218c4 // indirect
+ 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
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.20190616114735-e5bf3141e88e
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20190616122434-35971ee5ad3c
maunium.net/go/mauview v0.0.0-20190606152754-de9e0a754a5d
maunium.net/go/tcell v0.0.0-20190606152714-9a88fc07b3ed
)
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
-
-replace (
- maunium.net/go/mautrix => ../mautrix-go
- maunium.net/go/mauview => ../../Go/mauview
- maunium.net/go/tcell => ../../Go/tcell
-)