summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 90d83ba..51db9ad 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.11
 require (
 	github.com/BurntSushi/toml v0.3.1 // indirect
 	github.com/fsnotify/fsnotify v1.4.7
-	github.com/getwtxt/registry v0.0.0-20190521192417-8441bb59751c
+	github.com/getwtxt/registry v0.0.0-20190521225739-b578f6a875b3
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3
6bd87568e50ac9a6e03c9c0594'>^
f8a4a457 ^
9e751bb8 ^
e5c11a51 ^
f8a4a457 ^
4a39d12d ^
f8a4a457 ^
e5c11a51 ^
f8a4a457 ^





e5c11a51 ^






















f8a4a457 ^


e5c11a51 ^
f8a4a457 ^
204dae92 ^

97eb971b ^
204dae92 ^

97eb971b ^
204dae92 ^

97eb971b ^
204dae92 ^



f8a4a457 ^



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
67
68
69
70
71
72
73
74