mirror of
https://github.com/go-task/task.git
synced 2026-06-15 20:01:40 +00:00
chore(deps): switch to mainted fork of git-urls (#1917)
This commit is contained in:
committed by
GitHub
parent
390220ec9c
commit
2aa2963565
@@ -8,11 +8,11 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
giturls "github.com/chainguard-dev/git-urls"
|
||||
"github.com/go-git/go-billy/v5/memfs"
|
||||
"github.com/go-git/go-git/v5"
|
||||
"github.com/go-git/go-git/v5/plumbing"
|
||||
"github.com/go-git/go-git/v5/storage/memory"
|
||||
giturls "github.com/whilp/git-urls"
|
||||
|
||||
"github.com/go-task/task/v3/errors"
|
||||
"github.com/go-task/task/v3/internal/execext"
|
||||
|
||||
Reference in New Issue
Block a user