summary refs log tree commit diff stats
path: root/go.sum
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
commit4ff0f5038aeca70ad76296ad3c9f054f4cfb5877 (patch)
tree612e36f5f612306aecb902558d3d9611fad78c02 /go.sum
parent64d24f3f43f763395a985c87da1760048d282575 (diff)
downloadgetwtxt-4ff0f5038aeca70ad76296ad3c9f054f4cfb5877.tar.gz
updated deps
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index 3deffd4..6952997 100644
--- a/go.sum
+++ b/go.sum
@@ -30,8 +30,8 @@ github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8
 github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
 github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
 github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
-github.com/getwtxt/getwtxt/svc v0.0.0-20190610071437-eaa62215ae92 h1:ZA3vy++cfRccMTR6Vk5P2FQD9SZU1caEYvVmoI5gmLQ=
-github.com/getwtxt/getwtxt/svc v0.0.0-20190610071437-eaa62215ae92/go.mod h1:GU8P6TGIvXkLKQGt8Iv74TGITKgDAtYinYaLDZBGvYs=
+github.com/getwtxt/getwtxt/svc v0.0.0-20190611092730-64d24f3f43f7 h1:YTpZswljuLnsIR2ybUowjLDyyQYvFfLKZIlROlPDOMs=
+github.com/getwtxt/getwtxt/svc v0.0.0-20190611092730-64d24f3f43f7/go.mod h1:5+hD5hsI4Uphdfqfwj7/Hx68wEtT1CNj/DLYixejbW4=
 github.com/getwtxt/registry v0.2.3 h1:gOc6fSBljD/6QKwr+UXtY2bPepsifVei49XQaR5i1mk=
 github.com/getwtxt/registry v0.2.3/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ=
 github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
a> 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281