You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-go/qt/files/qt-0_pre20200904-r1-go.mod

22 lines
871 B

module github.com/therecipe/qt
require (
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480
golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect
golang.org/x/tools v0.0.0-20190420181800-aa740d480789
)
replace golang.org/x/crypto => github.com/golang/crypto v0.0.0-20190418165655-df01cb2cc480
replace golang.org/x/net => github.com/golang/net v0.0.0-20190420063019-afa5a82059c6
replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190419153524-e8e3143a4f4a
replace golang.org/x/tools => github.com/golang/tools v0.0.0-20190420181800-aa740d480789
replace golang.org/x/text => github.com/golang/text v0.3.1-0.20190410012825-f4905fbd45b6