summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 22:15:44 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 22:15:44 -0400
commitd96a207bb67c57754cb72b5719136164f8b04a19 (patch)
treebb7e5edfaefee75b6e8397007c414f4adce86443
parentdca21841d61486105bc74d7bfcbe3c78e75c238e (diff)
downloadgetwtxt-d96a207bb67c57754cb72b5719136164f8b04a19.tar.gz
updated deps
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f033df3..cc1522a 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module github.com/getwtxt/getwtxt
 
 go 1.11
 
-require github.com/getwtxt/getwtxt/svc v0.0.0-20190613013552-a2d5115725de
+require github.com/getwtxt/getwtxt/svc v0.0.0-20190613020412-dca21841d614
diff --git a/go.sum b/go.sum
index 96f8365..6b65d92 100644
--- a/go.sum
+++ b/go.sum
@@ -21,8 +21,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
 github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/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-20190613013552-a2d5115725de h1:ESLhr6v3V+Q/m7qPEwAgjD9RyRWAEJd0wQSimkshXgI=
-github.com/getwtxt/getwtxt/svc v0.0.0-20190613013552-a2d5115725de/go.mod h1:k0nIUnu/Nsi93eNq9Bqhc+BJLi8pczmMJnB9/TnfcBM=
+github.com/getwtxt/getwtxt/svc v0.0.0-20190613020412-dca21841d614 h1:vCT+tOTBzw86eLjaDJ7ta9BqnZm3GkVcadXoawbCWg4=
+github.com/getwtxt/getwtxt/svc v0.0.0-20190613020412-dca21841d614/go.mod h1:k0nIUnu/Nsi93eNq9Bqhc+BJLi8pczmMJnB9/TnfcBM=
 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> 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 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328