File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/Ladicle/tabwriter v1.0.0
77 github.com/Masterminds/semver/v3 v3.3.0
88 github.com/alecthomas/chroma/v2 v2.14.0
9+ github.com/chainguard-dev/git-urls v1.0.2
910 github.com/davecgh/go-spew v1.1.1
1011 github.com/dominikbraun/graph v0.23.0
1112 github.com/fatih/color v1.18.0
@@ -21,7 +22,6 @@ require (
2122 github.com/sajari/fuzzy v1.0.0
2223 github.com/spf13/pflag v1.0.5
2324 github.com/stretchr/testify v1.9.0
24- github.com/whilp/git-urls v1.0.0
2525 github.com/zeebo/xxh3 v1.0.2
2626 golang.org/x/sync v0.8.0
2727 golang.org/x/term v0.25.0
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
2020github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
2121github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
2222github.com/bwesterb/go-ristretto v1.2.3 /go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0 =
23+ github.com/chainguard-dev/git-urls v1.0.2 h1:pSpT7ifrpc5X55n4aTTm7FFUE+ZQHKiqpiwNkJrVcKQ =
24+ github.com/chainguard-dev/git-urls v1.0.2 /go.mod h1:rbGgj10OS7UgZlbzdUQIQpT0k/D4+An04HJY7Ol+Y/o =
2325github.com/cloudflare/circl v1.3.3 /go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA =
2426github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU =
2527github.com/cloudflare/circl v1.3.7 /go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA =
@@ -120,8 +122,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
120122github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
121123github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
122124github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
123- github.com/whilp/git-urls v1.0.0 h1:95f6UMWN5FKW71ECsXRUd3FVYiXdrE7aX4NZKcPmIjU =
124- github.com/whilp/git-urls v1.0.0 /go.mod h1:J16SAmobsqc3Qcy98brfl5f5+e0clUvg1krgwk/qCfE =
125125github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
126126github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
127127github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- giturls "github.com/whilp /git-urls"
10+ giturls "github.com/chainguard-dev /git-urls"
1111
1212 "github.com/go-task/task/v3/errors"
1313 "github.com/go-task/task/v3/internal/experiments"
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import (
88 "path/filepath"
99 "strings"
1010
11+ giturls "github.com/chainguard-dev/git-urls"
1112 "github.com/go-git/go-billy/v5/memfs"
1213 "github.com/go-git/go-git/v5"
1314 "github.com/go-git/go-git/v5/plumbing"
1415 "github.com/go-git/go-git/v5/storage/memory"
15- giturls "github.com/whilp/git-urls"
1616
1717 "github.com/go-task/task/v3/errors"
1818 "github.com/go-task/task/v3/internal/execext"
You can’t perform that action at this time.
0 commit comments