summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-13 17:33:22 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-13 17:33:22 -0400
commita66bddc965bd0be6d2d501746f1da97736a87a50 (patch)
treea2d1db88403121f7b48d56599dbb4dc97560ff79 /go.mod
parentcd9bde55351d1864f3286f17fe07565e520ec1c1 (diff)
downloadgetwtxt-a66bddc965bd0be6d2d501746f1da97736a87a50.tar.gz
updated deps to use registry v0.2.4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 23e4369..6c5991d 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.11
 
 require (
 	github.com/fsnotify/fsnotify v1.4.7
-	github.com/getwtxt/registry v0.2.3
+	github.com/getwtxt/registry v0.2.4
 	github.com/golang/snappy v0.0.1 // indirect
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.2
@@ -19,7 +19,7 @@ require (
 	github.com/spf13/viper v1.4.0
 	github.com/stretchr/testify v1.3.0 // indirect
 	github.com/syndtr/goleveldb v1.0.0
-	golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
-	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae
+	golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
+	golang.org/x/sys v0.0.0-20190613124609-5ed2794edfdc
 	golang.org/x/text v0.3.2 // indirect
 )
ef='/akspecs/aerc/commit/widgets/exline.go?id=2a0961701c4cabecc53d134ed1782e5612e64580'>2a09617 ^
577248f ^
8fa4583 ^
2a09617 ^



a073d76 ^
8fa4583 ^



661e3ec ^

661e3ec ^
5685a17 ^
661e3ec ^

1418e1b ^
8fa4583 ^
661e3ec ^

1170893 ^
8fa4583 ^
661e3ec ^

80e891a ^



80e891a ^
72e4b5e ^
8fa4583 ^
80e891a ^
72e4b5e ^
a073d76 ^
2a09617 ^





8fa4583 ^

661e3ec ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66