summaryrefslogtreecommitdiff
path: root/go.mod
blob: 90ab88a2a1561aa2ae3b689d4d3d4be7230ba263 (plain)
1
2
3
4
5
6
7
module github.com/mafredri/magic4linux

go 1.17

replace github.com/bendahl/uinput v1.5.0 => github.com/mafredri/uinput v1.5.1-0.20220207175943-22c283e0bb09

require github.com/bendahl/uinput v1.5.0