Add missing package import

Upstream-commit: eca861a99d1a5abe91704b55d044eb8280adb8d1
Component: engine
This commit is contained in:
Solomon Hykes
2013-09-07 17:03:40 -07:00
parent 7985dd19d1
commit f75afeebe3

View File

@ -12,6 +12,7 @@ import (
"path"
"sort"
"strings"
"time"
)
var defaultDns = []string{"8.8.8.8", "8.8.4.4"}