go.mod to build
the build failed Details

This commit is contained in:
Sarah Jamie Lewis 2020-03-26 16:48:14 -07:00
부모 5acef967c3
커밋 d4795f7510
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제

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