Change module location

This commit is contained in:
Timmy Welch 2024-04-17 17:14:23 -07:00
parent f6967e5f83
commit 572af746fa
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/lordwelch/hid module gitea.narnian.us/lordwelch/hid
go 1.18 go 1.18

View File

@ -10,7 +10,7 @@ import (
"strings" "strings"
"time" "time"
hid "github.com/lordwelch/hid/ghid" hid "gitea.narnian.us/lordwelch/hid/ghid"
) )
func contains(str string, find []string) bool { func contains(str string, find []string) bool {