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