summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fd@0x6664.com>2023-05-09 14:39:02 +0700
committerFlorian Didron <fd@0x6664.com>2023-05-09 14:39:02 +0700
commit5cb43906823d514c7075746a92b5432ad6d99efc (patch)
treee9a69417b7b3660417c11b234450be265da0a3ae
parent4a5a0b63d3d42fcb6d541266f004b5daa2fb6e3f (diff)
fix: relative path to local copy of zsausbv3
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 79e4acd..cefaa9c 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
)
-//replace github.com/zsa/zsausb => /Users/florian/dev/go/src/github.com/zsa/zsausb
+replace github.com/zsa/zsausb => ../zsausb
require (
github.com/bep/debounce v1.2.1 // indirect
@@ -24,7 +24,7 @@ require (
github.com/leaanthony/go-ansi-parser v1.0.1 // indirect
github.com/leaanthony/gosod v1.0.3 // indirect
github.com/leaanthony/slicer v1.5.0 // indirect
- github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84
+ github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2 // indirect