1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: golang-github-go-kit-kit
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Daniel Swarbrick <dswarbrick@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-casbin-casbin-dev,
golang-github-dgrijalva-jwt-go-dev,
golang-github-go-logfmt-logfmt-dev,
golang-github-go-stack-stack-dev,
golang-github-golang-protobuf-1-3-dev,
golang-github-opentracing-opentracing-go-dev,
golang-github-openzipkin-zipkin-go-dev,
golang-github-pkg-errors-dev,
golang-github-sirupsen-logrus-dev,
golang-github-streadway-amqp-dev,
golang-go.opencensus-dev,
golang-go.uber-zap-dev,
golang-golang-x-time-dev,
golang-golang-x-tools-dev,
golang-google-grpc-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit.git
Homepage: https://github.com/go-kit/kit
XS-Go-Import-Path: github.com/go-kit/kit
Package: golang-github-go-kit-kit-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-casbin-casbin-dev,
golang-github-dgrijalva-jwt-go-dev,
golang-github-go-logfmt-logfmt-dev,
golang-github-go-stack-stack-dev,
golang-github-golang-protobuf-1-3-dev,
golang-github-opentracing-opentracing-go-dev,
golang-github-openzipkin-zipkin-go-dev,
golang-github-pkg-errors-dev,
golang-github-sirupsen-logrus-dev,
golang-github-streadway-amqp-dev,
golang-go.opencensus-dev,
golang-go.uber-zap-dev,
golang-golang-x-time-dev,
golang-golang-x-tools-dev,
golang-google-grpc-dev,
${misc:Depends},
Description: Programming toolkit for microservices
Go kit is a set of packages and best practices, which provide a comprehensive,
robust, and trustable way of building microservices for organizations of any
size.
.
As the dependency tree is enormous, the Debian package only offers some of the
components of Go kit:
.
* auth
* endpoint
* log
* tracing
* transport
* util
|