diff options
Diffstat (limited to 'errors.go')
| -rw-r--r-- | errors.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
