diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-12 18:55:29 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-12 18:55:29 +0100 |
commit | e01c0cf2c84c41841bd7f080a2136c67cf5425b9 (patch) | |
tree | 6f7ee71afeb6de4cee55b97fa0a5eb67452ab8cb /verifysetup/go.mod | |
parent | ae67ea6a67c25fef305964ee34d4bf96b9da8519 (diff) | |
download | fsverify-e01c0cf2c84c41841bd7f080a2136c67cf5425b9.tar.gz fsverify-e01c0cf2c84c41841bd7f080a2136c67cf5425b9.tar.bz2 |
Improve performance
Diffstat (limited to 'verifysetup/go.mod')
-rw-r--r-- | verifysetup/go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/verifysetup/go.mod b/verifysetup/go.mod index 72fe2a5..752f20e 100644 --- a/verifysetup/go.mod +++ b/verifysetup/go.mod @@ -15,3 +15,5 @@ require ( golang.org/x/sys v0.16.0 // indirect golang.org/x/term v0.16.0 // indirect ) + +replace github.com/axtloss/fsverify => ../
\ No newline at end of file |