Update go.mod fixing issue "invalid pseudo-version: does not match version-control timestamp"

Issue when built with Go v1.13:
github.com/BurntSushi/xgb@v0.0.0-20160522221800-27f122750802: invalid pseudo-version: does not match version-control timestamp (2016-05-22T18:18:43Z)
This commit is contained in:
Huy Bui (Kevin) 2019-09-10 08:36:14 +08:00 committed by GitHub
parent 1db4c61115
commit 760ff2ca84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
go.mod
View File

@ -20,5 +20,6 @@ require (
//golang.org/x/image => github.com/golang/image v0.0.0-20181116024801-cd38e8056d9b //golang.org/x/image => github.com/golang/image v0.0.0-20181116024801-cd38e8056d9b
//replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb //replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
replace github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802 => github.com/BurntSushi/xgb 27f122750802
go 1.13 go 1.13