Coder Social home page Coder Social logo

Comments (4)

AkiraNorthstar avatar AkiraNorthstar commented on August 16, 2024 1

Only for Information:
Link1: go modules and how to migrate
Link2: Modules

General tactic inside drone-oss-08:

go mod init
go mod tidy
go mod vendor # to keep vendor dir

from woodpecker.

AkiraNorthstar avatar AkiraNorthstar commented on August 16, 2024

Here a test with modules, that still build without error messages:

$ go mod init

go: creating new go.mod: module github.com/laszlocph/drone-oss-08
go: copying requirements from vendor/vendor.json
go: converting vendor/vendor.json: stat appengine/cloudsql@: unrecognized import path "appengine/cloudsql" (import path does not begin with hostname)
go: converting vendor/vendor.json: stat github.com/davecgh/go-spew/spew@9f9027faeb0dad515336ed2f28317f9f8f527ab4: unknown revision 9f9027faeb0dad515336ed2f28317f9f8f527ab4
go: converting vendor/vendor.json: stat github.com/stretchr/objx@9f9027faeb0dad515336ed2f28317f9f8f527ab4: unknown revision 9f9027faeb0dad515336ed2f28317f9f8f527ab4
go: converting vendor/vendor.json: stat appengine@: unrecognized import path "appengine" (import path does not begin with hostname)
go: converting vendor/vendor.json: stat github.com/docker/go-connections/tlsconfig@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/docker/go-connections/sockets@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat appengine_internal/base@: unrecognized import path "appengine_internal/base" (import path does not begin with hostname)
go: converting vendor/vendor.json: stat golang.org/x/sys/windows@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat appengine_internal@: unrecognized import path "appengine_internal" (import path does not begin with hostname)
go: converting vendor/vendor.json: stat github.com/docker/go-connections/nat@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/Microsoft/go-winio@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/opencontainers/runc/libcontainer/user@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/opencontainers/go-digest@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/pmezard/go-difflib/difflib@9f9027faeb0dad515336ed2f28317f9f8f527ab4: unknown revision 9f9027faeb0dad515336ed2f28317f9f8f527ab4
go: converting vendor/vendor.json: stat github.com/docker/distribution/reference@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338
go: converting vendor/vendor.json: stat github.com/flynn/go-shlex@1c4bd4542afb20db0b51afd71d9ebceaf206e2dd: unknown revision 1c4bd4542afb20db0b51afd71d9ebceaf206e2dd
go: converting vendor/vendor.json: stat github.com/pkg/errors@f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338: unknown revision f645ffca04abf2dd6c89ac9057a1eb7d2b0ac338

$ go mod tidy

go: finding github.com/flynn/go-shlex latest
go: finding github.com/davecgh/go-spew/spew latest
go: finding github.com/pmezard/go-difflib/difflib latest
go: finding github.com/docker/go-connections/sockets latest
go: finding github.com/docker/go-connections/nat latest
go: finding github.com/docker/go-connections/tlsconfig latest
go: finding github.com/docker/distribution/reference latest
go: finding gopkg.in/check.v1 latest

$ go mod verify

all modules verified

$ go install github.com/laszlocph/drone-oss-08/cmd/drone-agent

go: finding github.com/gin-gonic/contrib v0.0.0-20150815172543-14f66d54cdb9
go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612
go: finding github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
go: finding github.com/docker/libcompose v0.0.0-20170210184346-1c4bd4542afb
go: finding github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
go: finding github.com/tevino/abool v0.0.0-20160628101133-3c25f2fe7cd0
go: finding github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51
go: finding google.golang.org/appengine v1.5.0
go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225
go: finding golang.org/x/crypto v0.0.0-20180112200814-13931e22f9e7
go: finding github.com/mrjones/oauth v0.0.0-20160405235802-31f1e8e5addd
go: finding github.com/docker/go-units v0.3.0
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
go: finding github.com/coreos/go-semver v0.0.0-20170209201757-5e3acbb5668c
go: finding github.com/gogits/go-gogs-client v0.0.0-20160212212711-d584b1e0fb4d
go: finding github.com/russross/meddler v0.0.0-20130919212315-308c3d0e5e45
go: finding github.com/opencontainers/go-digest v1.0.0-rc1
go: finding github.com/google/go-querystring v0.0.0-20140906084135-d8840cbb2baa
go: finding github.com/docker/go-connections v0.4.0
go: finding github.com/stretchr/objx v0.2.0
go: finding github.com/lib/pq v0.0.0-20151015211310-83c4f410d0ae
go: finding github.com/franela/goblin v0.0.0-20160123211154-889391d73023
go: finding github.com/ghodss/yaml v0.0.0-20161207003320-04f313413ffd
go: finding code.gitea.io/sdk v0.0.0-20190416172854-7d954d775498
go: finding github.com/prometheus/client_golang v0.0.0-20170425213558-7d9484283ebe
go: finding github.com/prometheus/procfs v0.0.0-20170424204552-6ac8c5d890d4
go: finding golang.org/x/text v0.3.0
go: finding github.com/gorilla/securecookie v0.0.0-20140409111100-1b0c7f6e9ab3
go: finding github.com/kr/pretty v0.0.0-20160708215748-737b74a46c4b
go: finding github.com/rs/zerolog v0.0.0-20170911215232-9d194eb6f50e
go: finding github.com/laszlocph/drone-ui v0.0.0-20190404183735-f7cf9a3d815b
go: finding github.com/drone/drone-go v0.0.0-20180515165139-7f20e6c113d3
go: finding gopkg.in/go-playground/assert.v1 v1.2.1
go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
go: finding golang.org/x/oauth2 v0.0.0-20160121061903-8a57ed94ffd4
go: finding github.com/google/go-github v0.0.0-20151120211125-47f2593dad19
go: finding github.com/go-sql-driver/mysql v1.3.0
go: finding golang.org/x/sys v0.0.0-20160415135844-f64b50fbea64
go: finding github.com/Sirupsen/logrus v0.10.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/docker/distribution v2.7.1+incompatible
go: finding github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
go: finding github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/gin-gonic/gin v0.0.0-20160130002857-3d002e382355
go: finding google.golang.org/grpc v0.0.0-20170626232044-9cb02b885b41
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/dimfeld/httptreemux v0.0.0-20170728181113-4faa6bbd32f9
go: finding gopkg.in/go-playground/validator.v8 v8.17.1
go: finding gopkg.in/yaml.v2 v2.0.0-20150119185552-5d6f7e02b7cd
go: finding github.com/dgrijalva/jwt-go v0.0.0-20150904212456-c1da56349675
go: finding github.com/gorilla/websocket v1.0.0
go: finding github.com/sourcegraph/jsonrpc2 v0.0.0-20170220125533-277d2464cfb1
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/Microsoft/go-winio v0.4.12
go: finding google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3
go: finding github.com/kr/text v0.0.0-20160504234017-7cafcd837844
go: finding github.com/docker/docker v0.0.0-20170124170827-f645ffca04ab
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
go: finding golang.org/x/sync v0.0.0-20161206014632-450f422ab23c
go: finding github.com/mattn/go-sqlite3 v0.0.0-20170901084005-05548ff55570
go: finding github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739
go: downloading google.golang.org/grpc v0.0.0-20170626232044-9cb02b885b41
go: downloading github.com/tevino/abool v0.0.0-20160628101133-3c25f2fe7cd0
go: downloading github.com/rs/zerolog v0.0.0-20170911215232-9d194eb6f50e
go: downloading github.com/docker/docker v0.0.0-20170124170827-f645ffca04ab
go: downloading github.com/coreos/go-semver v0.0.0-20170209201757-5e3acbb5668c
go: downloading github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
go: downloading golang.org/x/sync v0.0.0-20161206014632-450f422ab23c
go: downloading golang.org/x/net v0.0.0-20180724234803-3673e40ba225
go: downloading github.com/sourcegraph/jsonrpc2 v0.0.0-20170220125533-277d2464cfb1
go: downloading github.com/gorilla/websocket v1.0.0
go: downloading google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3
go: downloading github.com/golang/protobuf v1.2.0
go: downloading github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/docker/go-units v0.3.0
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/opencontainers/go-digest v1.0.0-rc1

$ /path/to/go/bin/drone-agent --help

NAME:
   drone-agent - drone agent

USAGE:
   drone-agent [global options] command [command options] [arguments...]

VERSION:
   0.8.9

COMMANDS:
     ping     ping the agent
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --server value             drone server address (default: "localhost:9000") [$DRONE_SERVER]
   --username value           drone auth username (default: "x-oauth-basic") [$DRONE_USERNAME]
   --password value           server-agent shared password [$DRONE_PASSWORD, $DRONE_SECRET]
   --debug                    enable agent debug mode [$DRONE_DEBUG]
   --pretty                   enable pretty-printed debug output [$DRONE_DEBUG_PRETTY]
   --nocolor                  disable colored debug output [$DRONE_DEBUG_NOCOLOR]
   --hostname value           agent hostname [$DRONE_HOSTNAME, $HOSTNAME]
   --platform value           restrict builds by platform conditions (default: "linux/amd64") [$DRONE_PLATFORM]
   --filter value             filter expression to restrict builds by label [$DRONE_FILTER]
   --max-procs value          agent parallel builds (default: 1) [$DRONE_MAX_PROCS]
   --healthcheck              enable healthcheck endpoint [$DRONE_HEALTHCHECK]
   --keepalive-time value     after a duration of this time of no activity, the agent pings the server to check if the transport is still alive (default: 0s) [$DRONE_KEEPALIVE_TIME]
   --keepalive-timeout value  after pinging for a keepalive check, the agent waits for a duration of this time before closing the connection if no activity (default: 20s) [$DRONE_KEEPALIVE_TIMEOUT]
   --help, -h                 show help
   --version, -v              print the version

$ go install github.com/laszlocph/drone-oss-08/cmd/drone-server

go: downloading golang.org/x/crypto v0.0.0-20180112200814-13931e22f9e7
go: downloading github.com/gorilla/securecookie v0.0.0-20140409111100-1b0c7f6e9ab3
go: downloading github.com/gin-gonic/gin v0.0.0-20160130002857-3d002e382355
go: downloading gopkg.in/yaml.v2 v2.0.0-20150119185552-5d6f7e02b7cd
go: downloading github.com/gin-gonic/contrib v0.0.0-20150815172543-14f66d54cdb9
go: downloading github.com/Sirupsen/logrus v0.10.0
go: downloading code.gitea.io/sdk v0.0.0-20190416172854-7d954d775498
go: downloading github.com/dimfeld/httptreemux v0.0.0-20170728181113-4faa6bbd32f9
go: downloading github.com/mattn/go-sqlite3 v0.0.0-20170901084005-05548ff55570
go: downloading github.com/prometheus/client_golang v0.0.0-20170425213558-7d9484283ebe
go: downloading github.com/lib/pq v0.0.0-20151015211310-83c4f410d0ae
go: downloading github.com/docker/libcompose v0.0.0-20170210184346-1c4bd4542afb
go: downloading github.com/go-sql-driver/mysql v1.3.0
go: downloading github.com/gogits/go-gogs-client v0.0.0-20160212212711-d584b1e0fb4d
go: downloading gopkg.in/go-playground/validator.v8 v8.17.1
go: downloading github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739
go: downloading golang.org/x/oauth2 v0.0.0-20160121061903-8a57ed94ffd4
go: downloading github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa
go: downloading github.com/russross/meddler v0.0.0-20130919212315-308c3d0e5e45
go: downloading github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612
go: downloading github.com/dgrijalva/jwt-go v0.0.0-20150904212456-c1da56349675
go: downloading github.com/ghodss/yaml v0.0.0-20161207003320-04f313413ffd
go: downloading github.com/google/go-github v0.0.0-20151120211125-47f2593dad19
go: downloading github.com/mrjones/oauth v0.0.0-20160405235802-31f1e8e5addd
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/laszlocph/drone-ui v0.0.0-20190404183735-f7cf9a3d815b
go: downloading github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
go: downloading github.com/prometheus/procfs v0.0.0-20170424204552-6ac8c5d890d4
go: downloading github.com/google/go-querystring v0.0.0-20140906084135-d8840cbb2baa
go: downloading github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568

$ /path/to/go/bin/drone-server --help

NAME:
   drone-server - drone server

USAGE:
   drone-server [global options] command [command options] [arguments...]

VERSION:
   0.8.9

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                            enable server debug mode [$DRONE_DEBUG]
   --server-host value                server fully qualified url (<scheme>://<host>) [$DRONE_SERVER_HOST, $DRONE_HOST]
   --server-addr value                server address (default: ":8000") [$DRONE_SERVER_ADDR]
   --server-cert value                server ssl cert path [$DRONE_SERVER_CERT]
   --server-key value                 server ssl key path [$DRONE_SERVER_KEY]
   --lets-encrypt                     enable let's encrypt [$DRONE_LETS_ENCRYPT]
   --quic                             enable quic [$DRONE_QUIC]
   --admin value                      list of admin users [$DRONE_ADMIN]
   --orgs value                       list of approved organizations [$DRONE_ORGS]
   --open                             enable open user registration [$DRONE_OPEN]
   --repo-config value                file path for the drone config (default: ".drone.yml") [$DRONE_REPO_CONFIG]
   --session-expires value            session expiration time (default: 72h0m0s) [$DRONE_SESSION_EXPIRES]
   --escalate value                   images to run in privileged mode (default: "plugins/docker", "plugins/gcr", "plugins/ecr") [$DRONE_ESCALATE]
   --volume value                      [$DRONE_VOLUME]
   --network value                     [$DRONE_NETWORK]
   --agent-secret value               server-agent shared password [$DRONE_AGENT_SECRET, $DRONE_SECRET]
   --secret-service value             secret plugin endpoint [$DRONE_SECRET_ENDPOINT]
   --registry-service value           registry plugin endpoint [$DRONE_REGISTRY_ENDPOINT]
   --gating-service value             gated build endpoint [$DRONE_GATEKEEPER_ENDPOINT]
   --driver value                     database driver (default: "sqlite3") [$DRONE_DATABASE_DRIVER, $DATABASE_DRIVER]
   --datasource value                 database driver configuration string (default: "drone.sqlite") [$DRONE_DATABASE_DATASOURCE, $DATABASE_CONFIG]
   --prometheus-auth-token value      token to secure prometheus metrics endpoint [$DRONE_PROMETHEUS_AUTH_TOKEN]
   --limit-mem-swap value             maximum swappable memory allowed in bytes (default: 0) [$DRONE_LIMIT_MEM_SWAP]
   --limit-mem value                  maximum memory allowed in bytes (default: 0) [$DRONE_LIMIT_MEM]
   --limit-shm-size value             docker compose /dev/shm allowed in bytes (default: 0) [$DRONE_LIMIT_SHM_SIZE]
   --limit-cpu-quota value            impose a cpu quota (default: 0) [$DRONE_LIMIT_CPU_QUOTA]
   --limit-cpu-shares value           change the cpu shares (default: 0) [$DRONE_LIMIT_CPU_SHARES]
   --limit-cpu-set value              set the cpus allowed to execute containers [$DRONE_LIMIT_CPU_SET]
   --github                           github driver is enabled [$DRONE_GITHUB]
   --github-server value              github server address (default: "https://github.com") [$DRONE_GITHUB_URL]
   --github-context value             github status context (default: "continuous-integration/drone") [$DRONE_GITHUB_CONTEXT]
   --github-client value              github oauth2 client id [$DRONE_GITHUB_CLIENT]
   --github-secret value              github oauth2 client secret [$DRONE_GITHUB_SECRET]
   --github-scope value               github oauth scope (default: "repo", "repo:status", "user:email", "read:org") [$DRONE_GITHUB_SCOPE]
   --github-git-username value        github machine user username [$DRONE_GITHUB_GIT_USERNAME]
   --github-git-password value        github machine user password [$DRONE_GITHUB_GIT_PASSWORD]
   --github-merge-ref                 github pull requests use merge ref [$DRONE_GITHUB_MERGE_REF]
   --github-private-mode              github is running in private mode [$DRONE_GITHUB_PRIVATE_MODE]
   --github-skip-verify               github skip ssl verification [$DRONE_GITHUB_SKIP_VERIFY]
   --gogs                             gogs driver is enabled [$DRONE_GOGS]
   --gogs-server value                gogs server address (default: "https://github.com") [$DRONE_GOGS_URL]
   --gogs-git-username value          gogs service account username [$DRONE_GOGS_GIT_USERNAME]
   --gogs-git-password value          gogs service account password [$DRONE_GOGS_GIT_PASSWORD]
   --gogs-private-mode                gogs private mode enabled [$DRONE_GOGS_PRIVATE_MODE]
   --gogs-skip-verify                 gogs skip ssl verification [$DRONE_GOGS_SKIP_VERIFY]
   --gitea                            gitea driver is enabled [$DRONE_GITEA]
   --gitea-server value               gitea server address (default: "https://try.gitea.io") [$DRONE_GITEA_URL]
   --gitea-context value              gitea status context (default: "continuous-integration/drone") [$DRONE_GITEA_CONTEXT]
   --gitea-git-username value         gitea service account username [$DRONE_GITEA_GIT_USERNAME]
   --gitea-git-password value         gitea service account password [$DRONE_GITEA_GIT_PASSWORD]
   --gitea-private-mode               gitea private mode enabled [$DRONE_GITEA_PRIVATE_MODE]
   --gitea-skip-verify                gitea skip ssl verification [$DRONE_GITEA_SKIP_VERIFY]
   --bitbucket                        bitbucket driver is enabled [$DRONE_BITBUCKET]
   --bitbucket-client value           bitbucket oauth2 client id [$DRONE_BITBUCKET_CLIENT]
   --bitbucket-secret value           bitbucket oauth2 client secret [$DRONE_BITBUCKET_SECRET]
   --gitlab                           gitlab driver is enabled [$DRONE_GITLAB]
   --gitlab-server value              gitlab server address (default: "https://gitlab.com") [$DRONE_GITLAB_URL]
   --gitlab-client value              gitlab oauth2 client id [$DRONE_GITLAB_CLIENT]
   --gitlab-secret value              gitlab oauth2 client secret [$DRONE_GITLAB_SECRET]
   --gitlab-git-username value        gitlab service account username [$DRONE_GITLAB_GIT_USERNAME]
   --gitlab-git-password value        gitlab service account password [$DRONE_GITLAB_GIT_PASSWORD]
   --gitlab-skip-verify               gitlab skip ssl verification [$DRONE_GITLAB_SKIP_VERIFY]
   --gitlab-private-mode              gitlab is running in private mode [$DRONE_GITLAB_PRIVATE_MODE]
   --gitlab-v3-api                    gitlab is running the v3 api [$DRONE_GITLAB_V3_API]
   --stash                            stash driver is enabled [$DRONE_STASH]
   --stash-server value               stash server address [$DRONE_STASH_URL]
   --stash-consumer-key value         stash oauth1 consumer key [$DRONE_STASH_CONSUMER_KEY]
   --stash-consumer-rsa value         stash oauth1 private key file [$DRONE_STASH_CONSUMER_RSA]
   --stash-consumer-rsa-string value  stash oauth1 private key string [$DRONE_STASH_CONSUMER_RSA_STRING]
   --stash-git-username value         stash service account username [$DRONE_STASH_GIT_USERNAME]
   --stash-git-password value         stash service account password [$DRONE_STASH_GIT_PASSWORD]
   --stash-skip-verify                stash skip ssl verification [$DRONE_STASH_SKIP_VERIFY]
   --coding                           coding driver is enabled [$DRONE_CODING]
   --coding-server value              coding server address (default: "https://coding.net") [$DRONE_CODING_URL]
   --coding-client value              coding oauth2 client id [$DRONE_CODING_CLIENT]
   --coding-secret value              coding oauth2 client secret [$DRONE_CODING_SECRET]
   --coding-scope value               coding oauth scope (default: "user", "project", "project:depot") [$DRONE_CODING_SCOPE]
   --coding-git-machine value         coding machine name (default: "git.coding.net") [$DRONE_CODING_GIT_MACHINE]
   --coding-git-username value        coding machine user username [$DRONE_CODING_GIT_USERNAME]
   --coding-git-password value        coding machine user password [$DRONE_CODING_GIT_PASSWORD]
   --coding-skip-verify               coding skip ssl verification [$DRONE_CODING_SKIP_VERIFY]
   --keepalive-min-time value         server-side enforcement policy on the minimum amount of time a client should wait before sending a keepalive ping. (default: 0s) [$DRONE_KEEPALIVE_MIN_TIME]
   --help, -h                         show help
   --version, -v                      print the version

$ cat go.mod

module github.com/laszlocph/drone-oss-08

require (
        code.gitea.io/sdk v0.0.0-20190416172854-7d954d775498
        github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
        github.com/Microsoft/go-winio v0.4.12 // indirect
        github.com/Sirupsen/logrus v0.10.0
        github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
        github.com/coreos/go-semver v0.0.0-20170209201757-5e3acbb5668c
        github.com/dgrijalva/jwt-go v0.0.0-20150904212456-c1da56349675
        github.com/dimfeld/httptreemux v0.0.0-20170728181113-4faa6bbd32f9
        github.com/docker/distribution v2.7.1+incompatible // indirect
        github.com/docker/docker v0.0.0-20170124170827-f645ffca04ab
        github.com/docker/go-connections v0.4.0 // indirect
        github.com/docker/go-units v0.3.0 // indirect
        github.com/docker/libcompose v0.0.0-20170210184346-1c4bd4542afb
        github.com/drone/drone-go v0.0.0-20180515165139-7f20e6c113d3
        github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
        github.com/franela/goblin v0.0.0-20160123211154-889391d73023
        github.com/ghodss/yaml v0.0.0-20161207003320-04f313413ffd
        github.com/gin-gonic/contrib v0.0.0-20150815172543-14f66d54cdb9
        github.com/gin-gonic/gin v0.0.0-20160130002857-3d002e382355
        github.com/go-sql-driver/mysql v1.3.0
        github.com/gogits/go-gogs-client v0.0.0-20160212212711-d584b1e0fb4d
        github.com/golang/protobuf v1.2.0
        github.com/google/go-github v0.0.0-20151120211125-47f2593dad19
        github.com/google/go-querystring v0.0.0-20140906084135-d8840cbb2baa // indirect
        github.com/gorilla/securecookie v0.0.0-20140409111100-1b0c7f6e9ab3
        github.com/gorilla/websocket v1.0.0
        github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
        github.com/joho/godotenv v0.0.0-20150907010228-4ed13390c0ac
        github.com/kr/pretty v0.0.0-20160708215748-737b74a46c4b
        github.com/kr/text v0.0.0-20160504234017-7cafcd837844 // indirect
        github.com/laszlocph/drone-ui v0.0.0-20190404183735-f7cf9a3d815b
        github.com/lib/pq v0.0.0-20151015211310-83c4f410d0ae
        github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
        github.com/mattn/go-sqlite3 v0.0.0-20170901084005-05548ff55570
        github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
        github.com/mrjones/oauth v0.0.0-20160405235802-31f1e8e5addd
        github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
        github.com/pkg/errors v0.8.1 // indirect
        github.com/prometheus/client_golang v0.0.0-20170425213558-7d9484283ebe
        github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 // indirect
        github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa // indirect
        github.com/prometheus/procfs v0.0.0-20170424204552-6ac8c5d890d4 // indirect
        github.com/rs/zerolog v0.0.0-20170911215232-9d194eb6f50e
        github.com/russross/meddler v0.0.0-20130919212315-308c3d0e5e45
        github.com/sourcegraph/jsonrpc2 v0.0.0-20170220125533-277d2464cfb1
        github.com/stretchr/objx v0.2.0 // indirect
        github.com/stretchr/testify v1.3.0
        github.com/tevino/abool v0.0.0-20160628101133-3c25f2fe7cd0
        github.com/urfave/cli v0.0.0-20190203184040-693af58b4d51
        golang.org/x/crypto v0.0.0-20180112200814-13931e22f9e7
        golang.org/x/net v0.0.0-20180724234803-3673e40ba225
        golang.org/x/oauth2 v0.0.0-20160121061903-8a57ed94ffd4
        golang.org/x/sync v0.0.0-20161206014632-450f422ab23c
        golang.org/x/sys v0.0.0-20160415135844-f64b50fbea64 // indirect
        google.golang.org/appengine v1.5.0 // indirect
        google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
        google.golang.org/grpc v0.0.0-20170626232044-9cb02b885b41
        gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
        gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
        gopkg.in/go-playground/validator.v8 v8.17.1 // indirect
        gopkg.in/yaml.v2 v2.0.0-20150119185552-5d6f7e02b7cd
)

I hope it helps you with the desired migration.

from woodpecker.

laszlocph avatar laszlocph commented on August 16, 2024

Thanks. Yeah I expected this one to be hairy. Dependencies are a bit old, and often not locked down to versions :(

from woodpecker.

laszlocph avatar laszlocph commented on August 16, 2024

Thanks all for the help in this issue. Now that #80 is merged, the issue is resolved.

from woodpecker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.