summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/errors.go b/errors.go
index b2ff902..3c9ebca 100644
--- a/errors.go
+++ b/errors.go
@@ -7,8 +7,8 @@ import (
"fmt"
"net/http"
- liberrors "github.com/shuLhan/share/lib/errors"
- libhttp "github.com/shuLhan/share/lib/http"
+ liberrors "git.sr.ht/~shulhan/pakakeh.go/lib/errors"
+ libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http"
)
func errAttackConflict(rr *RunRequest) error {