Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
626 changes: 0 additions & 626 deletions Gopkg.lock

This file was deleted.

175 changes: 0 additions & 175 deletions Gopkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion cf/actors/plugininstaller/plugin_downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"path/filepath"
"runtime"

clipr "code.cloudfoundry.org/cli-plugin-repo/web"
. "code.cloudfoundry.org/cli/cf/i18n"
"code.cloudfoundry.org/cli/cf/terminal"
"code.cloudfoundry.org/cli/cf/util/downloader"
clipr "github.com/cloudfoundry/cli-plugin-repo/web"
)

type PluginDownloader struct {
Expand Down
2 changes: 1 addition & 1 deletion cf/actors/plugininstaller/plugin_installer_with_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"errors"
"strings"

clipr "code.cloudfoundry.org/cli-plugin-repo/web"
"code.cloudfoundry.org/cli/cf/actors/pluginrepo"
. "code.cloudfoundry.org/cli/cf/i18n"
"code.cloudfoundry.org/cli/cf/models"
"code.cloudfoundry.org/cli/cf/terminal"
"code.cloudfoundry.org/cli/util"
clipr "github.com/cloudfoundry/cli-plugin-repo/web"
)

type pluginInstallerWithRepo struct {
Expand Down
2 changes: 1 addition & 1 deletion cf/actors/pluginrepo/plugin_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"
"strings"

clipr "code.cloudfoundry.org/cli-plugin-repo/web"
"code.cloudfoundry.org/cli/cf/models"
clipr "github.com/cloudfoundry/cli-plugin-repo/web"

. "code.cloudfoundry.org/cli/cf/i18n"
)
Expand Down
2 changes: 1 addition & 1 deletion cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package pluginrepofakes
import (
"sync"

clipr "code.cloudfoundry.org/cli-plugin-repo/web"
"code.cloudfoundry.org/cli/cf/actors/pluginrepo"
"code.cloudfoundry.org/cli/cf/models"
clipr "github.com/cloudfoundry/cli-plugin-repo/web"
)

type FakePluginRepo struct {
Expand Down
2 changes: 1 addition & 1 deletion cf/commands/plugin/install_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"code.cloudfoundry.org/cli/cf/util/utilfakes"
"code.cloudfoundry.org/cli/plugin"

clipr "github.com/cloudfoundry/cli-plugin-repo/web"
clipr "code.cloudfoundry.org/cli-plugin-repo/web"

. "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers"
. "github.com/onsi/ginkgo"
Expand Down
2 changes: 1 addition & 1 deletion cf/commands/pluginrepo/add_plugin_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"code.cloudfoundry.org/cli/cf/requirements"
"code.cloudfoundry.org/cli/cf/terminal"

clipr "github.com/cloudfoundry/cli-plugin-repo/web"
clipr "code.cloudfoundry.org/cli-plugin-repo/web"

. "code.cloudfoundry.org/cli/cf/i18n"
)
Expand Down
2 changes: 1 addition & 1 deletion cf/commands/pluginrepo/repo_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"code.cloudfoundry.org/cli/cf/requirements"
"code.cloudfoundry.org/cli/cf/terminal"

clipr "github.com/cloudfoundry/cli-plugin-repo/web"
clipr "code.cloudfoundry.org/cli-plugin-repo/web"

. "code.cloudfoundry.org/cli/cf/i18n"
)
Expand Down
2 changes: 1 addition & 1 deletion cf/commands/pluginrepo/repo_plugins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration"
testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal"

clipr "github.com/cloudfoundry/cli-plugin-repo/web"
clipr "code.cloudfoundry.org/cli-plugin-repo/web"

"code.cloudfoundry.org/cli/cf/flags"
. "github.com/onsi/ginkgo"
Expand Down
76 changes: 76 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
module code.cloudfoundry.org/cli

go 1.20

require (
code.cloudfoundry.org/bytefmt v0.0.0-20170428003108-f4415fafc561
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20171119233351-e3bb94a32f8f
code.cloudfoundry.org/diego-ssh v0.0.0-20170109142818-18cdb3586e7f
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
code.cloudfoundry.org/jsonry v1.1.4
code.cloudfoundry.org/lager v1.0.0
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
github.com/blang/semver v3.5.1+incompatible
github.com/cloudfoundry/bosh-cli v3.0.1+incompatible
github.com/cloudfoundry/noaa v2.1.1-0.20180126195231-5beab4261046+incompatible
github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
github.com/cyphar/filepath-securejoin v0.2.1
github.com/docker/distribution v2.6.0-rc.1.0.20171109224904-e5b5e44386f7+incompatible
github.com/fatih/color v1.5.1-0.20170926111411-5df930a27be2
github.com/gogo/protobuf v0.0.0-20171109181519-616a82ed12d7
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/kr/pty v1.1.1
github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/mattn/go-colorable v0.1.0
github.com/mattn/go-runewidth v0.0.3-0.20170510074858-97311d9f7767
github.com/moby/moby v1.4.2-0.20171120205147-9de84a78d76e
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.27.6
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
github.com/sajari/fuzzy v1.0.0
github.com/sirupsen/logrus v1.0.5
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
golang.org/x/crypto v0.22.0
golang.org/x/net v0.21.0
golang.org/x/text v0.14.0
gopkg.in/cheggaaa/pb.v1 v1.0.27
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
github.com/cloudfoundry/bosh-utils v0.0.0-20180315210917-c6a922e299b8 // indirect
github.com/cppforlife/go-patch v0.1.0 // indirect
github.com/docker/docker v1.4.2-0.20171120205147-9de84a78d76e // indirect
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
github.com/elazarl/goproxy/ext v0.0.0-20231117061959-7cc037d33fb5 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gorilla/websocket v1.2.1-0.20171201014301-b89020ee79b8 // indirect
github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo/v2 v2.9.4 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading