File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/soloworks/go-nuget-cli
33go 1.13
44
55require (
6- github.com/soloworks/go-nuget v1.0 .0
6+ github.com/soloworks/go-nuget-utils v1.5 .0
77 github.com/soloworks/go-nuspec v0.3.0
88 github.com/urfave/cli v1.22.1
99)
Original file line number Diff line number Diff line change 11github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
22github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY =
33github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
4- github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM =
5- github.com/cpuguy83/go-md2man/v2 v2.0.0 /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
64github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
75github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
86github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q =
97github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
108github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo =
119github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
12- github.com/soloworks/go-nuget v1.0.0 h1:KMFgIWPKtC12rUeh9QtqSt9Z1S/DVSh+nzWcx8Y5ZBE =
13- github.com/soloworks/go-nuget v1.0.0 /go.mod h1:IqUp1+6g/kBxoROxkBFtlT62JtAuaEM6u4bquZq5dd8 =
14- github.com/soloworks/go-nuspec v0.1.0 /go.mod h1:mLMhXDLZHIjX/90kJfhlt51RgJrYzj7LdgxqLI3zxl0 =
10+ github.com/soloworks/go-nuget-utils v1.5.0 h1:qdbqzrlobhxfvlRbBBapwWgmt28QiRcIN/UO13/j6UQ =
11+ github.com/soloworks/go-nuget-utils v1.5.0 /go.mod h1:rJnt4702+gGs/g/zCXXDtbjICreEfbkyRXL8huRYyGU =
1512github.com/soloworks/go-nuspec v0.3.0 h1:guoIL3K13UkjjriTqXV6Xfs1PVcLLib3X4E1fTlm26U =
1613github.com/soloworks/go-nuspec v0.3.0 /go.mod h1:mLMhXDLZHIjX/90kJfhlt51RgJrYzj7LdgxqLI3zxl0 =
1714github.com/urfave/cli v1.22.1 h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY =
Original file line number Diff line number Diff line change 88 "os"
99 "path/filepath"
1010
11- nuget "github.com/soloworks/go-nuget"
11+ nuget "github.com/soloworks/go-nuget-utils "
1212 nuspec "github.com/soloworks/go-nuspec"
1313 "github.com/urfave/cli"
1414)
Original file line number Diff line number Diff line change 66 "io/ioutil"
77 "net/http"
88
9- nuget "github.com/soloworks/go-nuget"
9+ nuget "github.com/soloworks/go-nuget-utils "
1010 "github.com/urfave/cli"
1111)
1212
Original file line number Diff line number Diff line change 77 "os"
88 "os/user"
99
10- nuget "github.com/soloworks/go-nuget"
10+ nuget "github.com/soloworks/go-nuget-utils "
1111 "github.com/urfave/cli"
1212)
1313
You can’t perform that action at this time.
0 commit comments