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

Create CQ for golang dependencies for a server that provides features and services #9844

Closed
skabashnyuk opened this issue May 29, 2018 · 1 comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@skabashnyuk
Copy link
Contributor

skabashnyuk commented May 29, 2018

Description

As part of this issue #9491 we build a server
that is providing features, services, and plugins. It has two major dependencies: yaml and gin.
To be able to put sources in Eclipse repositories we need to create cq for this dependency, including transitive.

PROJECT                              CONSTRAINT     VERSION        REVISION  LATEST   PKGS USED
github.com/ghodss/yaml               v1.0.0         v1.0.0         0ca9ea5   v1.0.0   1
github.com/gin-contrib/sse           branch master  branch master  22d885f   22d885f  1
github.com/gin-gonic/gin             branch master  branch master  bd4f73a   bf78038  4
github.com/golang/protobuf           v1.1.0         v1.1.0         b4deda0   v1.1.0   1
github.com/json-iterator/go          1.1.3          1.1.3          ca39e5a   1.1.3    1
github.com/mattn/go-isatty           v0.0.3         v0.0.3         0360b2a   v0.0.3   1
github.com/modern-go/concurrent      1.0.3          1.0.3          bacd9c7   1.0.3    1
github.com/modern-go/reflect2        1.0.0          1.0.0          1df9eeb   1.0.0    1
github.com/ugorji/go                 v1.1.1         v1.1.1         b4c50a2   v1.1.1   1
golang.org/x/sys                     branch master  branch master  6f686a3   c11f84a  1
gopkg.in/go-playground/validator.v8  v8.18.2        v8.18.2        5f1438d   v8.18.2  1
gopkg.in/yaml.v2                     v2.2.1         v2.2.1         5420a8b   v2.2.1   1

1

@skabashnyuk skabashnyuk added kind/task Internal things, technical debt, and to-do tasks to be performed. team/platform labels May 29, 2018
@skabashnyuk
Copy link
Contributor Author

github.com/gin-gonic/gin replaced with already approved https://github.com/julienschmidt/httprouter
New CQ
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16568 gopkg.in/yaml.v2 v2.2.1
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16569 ghodss/yaml v1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

1 participant