diff --git a/go.mod b/go.mod index d36af8d3..d8e86a5d 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,4 @@ go 1.12 require ( cwtch.im/cwtch v0.0.0-20190813190932-dfcf7f87775f git.openprivacy.ca/openprivacy/libricochet-go v1.0.6 - github.com/therecipe/qt v0.0.0-20190813185824-0b997e8d18a6 ) diff --git a/go.sum b/go.sum index 8655ecd1..1e7432b0 100644 --- a/go.sum +++ b/go.sum @@ -36,8 +36,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/struCoder/pidusage v0.1.2/go.mod h1:pWBlW3YuSwRl6h7R5KbvA4N8oOqe9LjaKW5CwT1SPjI= -github.com/therecipe/qt v0.0.0-20190813185824-0b997e8d18a6 h1:doLKkN1hnANREf5JzKqpo2NXeXoJN0XUPCiYdW8CydU= -github.com/therecipe/qt v0.0.0-20190813185824-0b997e8d18a6/go.mod h1:SUUR2j3aE1z6/g76SdD6NwACEpvCxb3fvG82eKbD6us= golang.org/x/crypto v0.0.0-20190128193316-c7b33c32a30b/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=