remove the recipe from go.mod, see if drone cna handle

This commit is contained in:
Dan Ballard 2019-08-13 14:25:22 -07:00
parent 7edb9b0961
commit 6bf9458b1c
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@ -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
)

2
go.sum
View File

@ -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=