mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update go.mod fixing issue "invalid pseudo-version: does not match version-control timestamp" (#229)
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:
parent
1db4c61115
commit
fcb42bcca9
1
go.mod
1
go.mod
@ -20,5 +20,6 @@ require (
|
||||
|
||||
//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 github.com/BurntSushi/xgb v0.0.0-20160522221800-27f122750802 => github.com/BurntSushi/xgb 27f122750802
|
||||
|
||||
go 1.13
|
||||
|
Loading…
Reference in New Issue
Block a user