about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-03 20:35:55 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-03 20:35:55 -0400
commit7e32a115e68c9ba68b487db91fefb9c3162cd614 (patch)
treecfc33cc47f90aa7e2ab1535d8418a6d07696463d /go.mod
parentaa9b70f3d68d5553be4188055ce3a59b7b3f37e8 (diff)
parent06bc55d91e24e70f3169ab28ce5872cf2e516220 (diff)
downloadgetwtxt-7e32a115e68c9ba68b487db91fefb9c3162cd614.tar.gz
Merge branch 'dev' into 'master' for v0.2.0
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 ec32001..4bb494a 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-20190531085138-9a0f6b50332c
+	github.com/getwtxt/registry v0.2.2
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3
5c54f8a'>^
e6056999 ^

4a39d12d ^


4c4d325c ^
4a39d12d ^



f5465e12 ^

4a39d12d ^

e6056999 ^

70f4e9b6 ^
c0e9154d ^
f5465e12 ^
ccae4585 ^





f5465e12 ^


ba6621b5 ^




f40b079c ^
ba6621b5 ^




201458e3 ^
ba6621b5 ^




9a7e1a0f ^
ba6621b5 ^






9a7e1a0f ^
ba6621b5 ^






25ad969f ^
9a7e1a0f ^

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
75
76
77
78
79
80
81
82
83
84