diff --git a/go.mod b/go.mod index 4c05f7a..f740d18 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,7 @@ go 1.13 require ( git.openprivacy.ca/openprivacy/log v1.0.0 - github.com/therecipe/qt v0.0.0-20200126204426-5074eb6d8c41 - github.com/therecipe/qt/internal/binding/files/docs/5.12.0 v0.0.0-20200126204426-5074eb6d8c41 // indirect - github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20200126204426-5074eb6d8c41 // indirect + github.com/therecipe/qt v0.0.0-20191101232336-18864661ae4f + github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20191002095216-73192f6811d0 // indirect; Required - do not delete or `go tidy` away golang.org/x/crypto v0.0.0-20200320181102-891825fb96df )