Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to go modules #9

Open
wants to merge 2 commits into
base: v0.0.11-complete-api
Choose a base branch
from
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