add missing dep + fix test config

This commit is contained in:
Roland Shoemaker 2015-05-28 12:24:47 +01:00
parent ae1cf13be7
commit ce47e54180
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,8 @@
package main
import (
"time"
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd"
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/streadway/amqp"

View File

@ -54,6 +54,11 @@
"dbName": ":memory:"
},
"va": {
"dnsResolver": "8.8.8.8:53",
"dnsTimeout": "10s"
},
"sql": {
"SQLDebug": false,
"CreateTables": true