diff --git a/tlsrestrictchromium/chromium.go b/tlsrestrictchromium/chromium.go index 2d54794..b61f844 100644 --- a/tlsrestrictchromium/chromium.go +++ b/tlsrestrictchromium/chromium.go @@ -6,8 +6,9 @@ import ( "encoding/hex" "encoding/json" "fmt" - "github.com/miekg/dns" "math/big" + + "github.com/miekg/dns" ) // DNSHash converts an FQDN to DNS wire format, takes the SHA256 of it, and