Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
cccbd281
Commit
cccbd281
authored
Feb 16, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use govendor
parent
67e77bb1
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
228 additions
and
331 deletions
+228
-331
Godeps/Godeps.json
Godeps/Godeps.json
+0
-167
Godeps/Readme
Godeps/Readme
+0
-5
vendor/github.com/client9/reopen/.gitignore
vendor/github.com/client9/reopen/.gitignore
+0
-27
vendor/github.com/client9/reopen/.travis.yml
vendor/github.com/client9/reopen/.travis.yml
+0
-5
vendor/github.com/dgrijalva/jwt-go/.gitignore
vendor/github.com/dgrijalva/jwt-go/.gitignore
+0
-4
vendor/github.com/dgrijalva/jwt-go/.travis.yml
vendor/github.com/dgrijalva/jwt-go/.travis.yml
+0
-8
vendor/github.com/getsentry/raven-go/.dockerignore
vendor/github.com/getsentry/raven-go/.dockerignore
+0
-1
vendor/github.com/getsentry/raven-go/.gitignore
vendor/github.com/getsentry/raven-go/.gitignore
+0
-5
vendor/github.com/getsentry/raven-go/.gitmodules
vendor/github.com/getsentry/raven-go/.gitmodules
+0
-3
vendor/github.com/getsentry/raven-go/.travis.yml
vendor/github.com/getsentry/raven-go/.travis.yml
+0
-23
vendor/github.com/getsentry/raven-go/Dockerfile.test
vendor/github.com/getsentry/raven-go/Dockerfile.test
+13
-0
vendor/github.com/gorilla/websocket/.gitignore
vendor/github.com/gorilla/websocket/.gitignore
+0
-25
vendor/github.com/gorilla/websocket/.travis.yml
vendor/github.com/gorilla/websocket/.travis.yml
+0
-18
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore
...m/matttproud/golang_protobuf_extensions/pbutil/.gitignore
+0
-1
vendor/github.com/prometheus/client_golang/prometheus/.gitignore
...github.com/prometheus/client_golang/prometheus/.gitignore
+0
-1
vendor/github.com/prometheus/procfs/.travis.yml
vendor/github.com/prometheus/procfs/.travis.yml
+0
-5
vendor/golang.org/x/net/context/context.go
vendor/golang.org/x/net/context/context.go
+1
-1
vendor/golang.org/x/net/http2/.gitignore
vendor/golang.org/x/net/http2/.gitignore
+0
-2
vendor/golang.org/x/net/http2/http2.go
vendor/golang.org/x/net/http2/http2.go
+1
-1
vendor/golang.org/x/net/idna/idna.go
vendor/golang.org/x/net/idna/idna.go
+1
-1
vendor/golang.org/x/net/internal/timeseries/timeseries.go
vendor/golang.org/x/net/internal/timeseries/timeseries.go
+1
-1
vendor/golang.org/x/net/trace/trace.go
vendor/golang.org/x/net/trace/trace.go
+1
-1
vendor/google.golang.org/grpc/.travis.yml
vendor/google.golang.org/grpc/.travis.yml
+0
-19
vendor/google.golang.org/grpc/codes/codes.go
vendor/google.golang.org/grpc/codes/codes.go
+1
-1
vendor/google.golang.org/grpc/credentials/credentials.go
vendor/google.golang.org/grpc/credentials/credentials.go
+1
-1
vendor/google.golang.org/grpc/doc.go
vendor/google.golang.org/grpc/doc.go
+1
-1
vendor/google.golang.org/grpc/grpclog/logger.go
vendor/google.golang.org/grpc/grpclog/logger.go
+1
-1
vendor/google.golang.org/grpc/metadata/metadata.go
vendor/google.golang.org/grpc/metadata/metadata.go
+1
-1
vendor/google.golang.org/grpc/stats/stats.go
vendor/google.golang.org/grpc/stats/stats.go
+1
-1
vendor/google.golang.org/grpc/transport/transport.go
vendor/google.golang.org/grpc/transport/transport.go
+1
-1
vendor/vendor.json
vendor/vendor.json
+203
-0
No files found.
Godeps/Godeps.json
deleted
100644 → 0
View file @
67e77bb1
{
"ImportPath"
:
"gitlab.com/gitlab-org/gitlab-workhorse"
,
"GoVersion"
:
"go1.5"
,
"GodepVersion"
:
"v78"
,
"Deps"
:
[
{
"ImportPath"
:
"github.com/beorn7/perks/quantile"
,
"Rev"
:
"4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
},
{
"ImportPath"
:
"github.com/certifi/gocertifi"
,
"Comment"
:
"2016.08.31"
,
"Rev"
:
"ec89d50f00d39494f5b3ec5cf2fe75c53467a937"
},
{
"ImportPath"
:
"github.com/client9/reopen"
,
"Rev"
:
"4b86f9c0ead51cc410d05655596e30f281ed9071"
},
{
"ImportPath"
:
"github.com/dgrijalva/jwt-go"
,
"Comment"
:
"v3.0.0"
,
"Rev"
:
"d2709f9f1f31ebcda9651b03077758c1f3a0018c"
},
{
"ImportPath"
:
"github.com/getsentry/raven-go"
,
"Rev"
:
"379f8d0a68ca237cf8893a1cdfd4f574125e2c51"
},
{
"ImportPath"
:
"github.com/golang/protobuf/proto"
,
"Rev"
:
"8ee79997227bf9b34611aee7946ae64735e6fd93"
},
{
"ImportPath"
:
"github.com/gorilla/websocket"
,
"Comment"
:
"v1.0.0-39-ge8f0f8a"
,
"Rev"
:
"e8f0f8aaa98dfb6586cbdf2978d511e3199a960a"
},
{
"ImportPath"
:
"github.com/matttproud/golang_protobuf_extensions/pbutil"
,
"Comment"
:
"v1.0.0-2-gc12348c"
,
"Rev"
:
"c12348ce28de40eed0136aa2b644d0ee0650e56c"
},
{
"ImportPath"
:
"github.com/prometheus/client_golang/prometheus"
,
"Comment"
:
"v0.8.0-40-ge83345f"
,
"Rev"
:
"e83345f73f5e7434173fbc1ffd26e2d7f70aff3f"
},
{
"ImportPath"
:
"github.com/prometheus/client_golang/prometheus/promhttp"
,
"Comment"
:
"v0.8.0-40-ge83345f"
,
"Rev"
:
"e83345f73f5e7434173fbc1ffd26e2d7f70aff3f"
},
{
"ImportPath"
:
"github.com/prometheus/client_model/go"
,
"Comment"
:
"model-0.0.2-12-gfa8ad6f"
,
"Rev"
:
"fa8ad6fec33561be4280a8f0514318c79d7f6cb6"
},
{
"ImportPath"
:
"github.com/prometheus/common/expfmt"
,
"Rev"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"ImportPath"
:
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
,
"Rev"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"ImportPath"
:
"github.com/prometheus/common/model"
,
"Rev"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"ImportPath"
:
"github.com/prometheus/procfs"
,
"Rev"
:
"abf152e5f3e97f2fafac028d2cc06c1feb87ffa5"
},
{
"ImportPath"
:
"gitlab.com/gitlab-org/gitaly/protos/go"
,
"Comment"
:
"v0.2.0"
,
"Rev"
:
"833b069cd41ec76f56091da40722535735431d2c"
},
{
"ImportPath"
:
"gitlab.com/gitlab-org/gitaly/protos/go/helper"
,
"Comment"
:
"v0.2.0"
,
"Rev"
:
"833b069cd41ec76f56091da40722535735431d2c"
},
{
"ImportPath"
:
"golang.org/x/net/context"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/http2"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/http2/hpack"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/idna"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/internal/timeseries"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/lex/httplex"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"golang.org/x/net/trace"
,
"Rev"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"ImportPath"
:
"google.golang.org/grpc"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/codes"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/credentials"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/grpclog"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/internal"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/metadata"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/naming"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/peer"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/stats"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/tap"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"ImportPath"
:
"google.golang.org/grpc/transport"
,
"Comment"
:
"v1.0.5-14-g5095579"
,
"Rev"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
}
]
}
Godeps/Readme
deleted
100644 → 0
View file @
67e77bb1
This directory tree is generated automatically by godep.
Please do not edit.
See https://github.com/tools/godep for more information.
vendor/github.com/client9/reopen/.gitignore
deleted
100644 → 0
View file @
67e77bb1
# emacs turds
*~
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
vendor/github.com/client9/reopen/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
sudo
:
required
dist
:
trusty
language
:
generic
script
:
-
make -e docker-ci
vendor/github.com/dgrijalva/jwt-go/.gitignore
deleted
100644 → 0
View file @
67e77bb1
.DS_Store
bin
vendor/github.com/dgrijalva/jwt-go/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
language
:
go
go
:
-
1.3
-
1.4
-
1.5
-
1.6
-
tip
vendor/github.com/getsentry/raven-go/.dockerignore
deleted
100644 → 0
View file @
67e77bb1
.git
vendor/github.com/getsentry/raven-go/.gitignore
deleted
100644 → 0
View file @
67e77bb1
*.test
example/example
docs/_build
docs/doctrees
vendor/github.com/getsentry/raven-go/.gitmodules
deleted
100644 → 0
View file @
67e77bb1
[submodule "docs/_sentryext"]
path = docs/_sentryext
url = https://github.com/getsentry/sentry-doc-support
vendor/github.com/getsentry/raven-go/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
sudo
:
false
language
:
go
go
:
-
"
1.2"
-
"
1.3"
-
"
1.4"
-
"
1.5"
-
"
1.6"
-
"
1.7"
-
tip
before_install
:
-
go install -race std
-
go get golang.org/x/tools/cmd/cover
-
go get -v ./...
script
:
-
go test -v -race ./...
-
go test -v -cover ./...
matrix
:
allow_failures
:
-
go
:
tip
vendor/github.com/getsentry/raven-go/Dockerfile.test
0 → 100644
View file @
cccbd281
FROM
golang
:
1.7
RUN
mkdir
-
p
/
go
/
src
/
github
.
com
/
getsentry
/
raven
-
go
WORKDIR
/
go
/
src
/
github
.
com
/
getsentry
/
raven
-
go
ENV
GOPATH
/
go
RUN
go
install
-
race
std
&&
go
get
golang
.
org
/
x
/
tools
/
cmd
/
cover
COPY
.
/
go
/
src
/
github
.
com
/
getsentry
/
raven
-
go
RUN
go
get
-
v
./...
CMD
[
"./runtests.sh"
]
vendor/github.com/gorilla/websocket/.gitignore
deleted
100644 → 0
View file @
67e77bb1
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
.idea/
*.iml
\ No newline at end of file
vendor/github.com/gorilla/websocket/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
language
:
go
sudo
:
false
matrix
:
include
:
-
go
:
1.4
-
go
:
1.5
-
go
:
1.6
-
go
:
1.7
-
go
:
tip
allow_failures
:
-
go
:
tip
script
:
-
go get -t -v ./...
-
diff -u <(echo -n) <(gofmt -d .)
-
go vet $(go list ./... | grep -v /vendor/)
-
go test -v -race ./...
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore
deleted
100644 → 0
View file @
67e77bb1
cover.dat
vendor/github.com/prometheus/client_golang/prometheus/.gitignore
deleted
100644 → 0
View file @
67e77bb1
command-line-arguments.test
vendor/github.com/prometheus/procfs/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
sudo
:
false
language
:
go
go
:
-
1.5
-
1.6
vendor/golang.org/x/net/context/context.go
View file @
cccbd281
...
...
@@ -34,7 +34,7 @@
//
// See http://blog.golang.org/context for example code for a server that uses
// Contexts.
package
context
package
context
// import "golang.org/x/net/context"
import
"time"
...
...
vendor/golang.org/x/net/http2/.gitignore
deleted
100644 → 0
View file @
67e77bb1
*~
h2i/h2i
vendor/golang.org/x/net/http2/http2.go
View file @
cccbd281
...
...
@@ -14,7 +14,7 @@
//
// See https://http2.golang.org/ for a test server running this code.
//
package
http2
package
http2
// import "golang.org/x/net/http2"
import
(
"bufio"
...
...
vendor/golang.org/x/net/idna/idna.go
View file @
cccbd281
...
...
@@ -5,7 +5,7 @@
// Package idna implements IDNA2008 (Internationalized Domain Names for
// Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and
// RFC 5894.
package
idna
package
idna
// import "golang.org/x/net/idna"
import
(
"strings"
...
...
vendor/golang.org/x/net/internal/timeseries/timeseries.go
View file @
cccbd281
...
...
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package timeseries implements a time series structure for stats collection.
package
timeseries
package
timeseries
// import "golang.org/x/net/internal/timeseries"
import
(
"fmt"
...
...
vendor/golang.org/x/net/trace/trace.go
View file @
cccbd281
...
...
@@ -60,7 +60,7 @@ The /debug/events HTTP endpoint organizes the event logs by family and
by time since the last error. The expanded view displays recent log
entries and the log's call stack.
*/
package
trace
package
trace
// import "golang.org/x/net/trace"
import
(
"bytes"
...
...
vendor/google.golang.org/grpc/.travis.yml
deleted
100644 → 0
View file @
67e77bb1
language
:
go
go
:
-
1.5.4
-
1.6.3
-
1.7
go_import_path
:
google.golang.org/grpc
before_install
:
-
if [[ $TRAVIS_GO_VERSION != 1.5* ]]; then go get github.com/golang/lint/golint; fi
-
go get -u golang.org/x/tools/cmd/goimports github.com/axw/gocov/gocov github.com/mattn/goveralls golang.org/x/tools/cmd/cover
script
:
-
'
!
gofmt
-s
-d
-l
.
2>&1
|
read'
-
'
!
goimports
-l
.
|
read'
-
'
if
[[
$TRAVIS_GO_VERSION
!=
1.5*
]];
then
!
golint
./...
|
grep
-vE
"(_string|\.pb)\.go:";
fi'
-
'
!
go
tool
vet
-all
.
2>&1
|
grep
-vE
"constant
[0-9]+
not
a
string
in
call
to
Errorf"
|
grep
-vF
.pb.go:'
# https://github.com/golang/protobuf/issues/214
-
make test testrace
vendor/google.golang.org/grpc/codes/codes.go
View file @
cccbd281
...
...
@@ -33,7 +33,7 @@
// Package codes defines the canonical error codes used by gRPC. It is
// consistent across various languages.
package
codes
package
codes
// import "google.golang.org/grpc/codes"
// A Code is an unsigned 32-bit error code as defined in the gRPC spec.
type
Code
uint32
...
...
vendor/google.golang.org/grpc/credentials/credentials.go
View file @
cccbd281
...
...
@@ -35,7 +35,7 @@
// which encapsulate all the state needed by a client to authenticate with a
// server and make various assertions, e.g., about the client's identity, role,
// or whether it is authorized to make a particular call.
package
credentials
package
credentials
// import "google.golang.org/grpc/credentials"
import
(
"crypto/tls"
...
...
vendor/google.golang.org/grpc/doc.go
View file @
cccbd281
...
...
@@ -3,4 +3,4 @@ Package grpc implements an RPC system called gRPC.
See www.grpc.io for more information about gRPC.
*/
package
grpc
package
grpc
// import "google.golang.org/grpc"
vendor/google.golang.org/grpc/grpclog/logger.go
View file @
cccbd281
...
...
@@ -34,7 +34,7 @@
/*
Package grpclog defines logging for grpc.
*/
package
grpclog
package
grpclog
// import "google.golang.org/grpc/grpclog"
import
(
"log"
...
...
vendor/google.golang.org/grpc/metadata/metadata.go
View file @
cccbd281
...
...
@@ -32,7 +32,7 @@
*/
// Package metadata define the structure of the metadata supported by gRPC library.
package
metadata
package
metadata
// import "google.golang.org/grpc/metadata"
import
(
"encoding/base64"
...
...
vendor/google.golang.org/grpc/stats/stats.go
View file @
cccbd281
...
...
@@ -34,7 +34,7 @@
// Package stats is for collecting and reporting various network and RPC stats.
// This package is for monitoring purpose only. All fields are read-only.
// All APIs are experimental.
package
stats
package
stats
// import "google.golang.org/grpc/stats"
import
(
"net"
...
...
vendor/google.golang.org/grpc/transport/transport.go
View file @
cccbd281
...
...
@@ -35,7 +35,7 @@
Package transport defines and implements message oriented communication channel
to complete various transactions (e.g., an RPC).
*/
package
transport
package
transport
// import "google.golang.org/grpc/transport"
import
(
"bytes"
...
...
vendor/vendor.json
0 → 100644
View file @
cccbd281
{
"comment"
:
""
,
"ignore"
:
"test"
,
"package"
:
[
{
"checksumSHA1"
:
"spyv5/YFBjYyZLZa1U2LBfDR8PM="
,
"path"
:
"github.com/beorn7/perks/quantile"
,
"revision"
:
"4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
},
{
"checksumSHA1"
:
"8WBTeuikhJuMMqMF0O2MfZ2o6aY="
,
"comment"
:
"2016.08.31"
,
"path"
:
"github.com/certifi/gocertifi"
,
"revision"
:
"ec89d50f00d39494f5b3ec5cf2fe75c53467a937"
},
{
"checksumSHA1"
:
"+Nw4kzEu8HJBu5xDerV7EHT5RRY="
,
"path"
:
"github.com/client9/reopen"
,
"revision"
:
"4b86f9c0ead51cc410d05655596e30f281ed9071"
},
{
"checksumSHA1"
:
"D37uI+U+FYvTJIdG2TTozXe7i7U="
,
"comment"
:
"v3.0.0"
,
"path"
:
"github.com/dgrijalva/jwt-go"
,
"revision"
:
"d2709f9f1f31ebcda9651b03077758c1f3a0018c"
,
"revisionTime"
:
"2016-06-16T19:15:56Z"
},
{
"checksumSHA1"
:
"JgHJY5XaxWApPMb7vsqkOFqETc0="
,
"path"
:
"github.com/getsentry/raven-go"
,
"revision"
:
"379f8d0a68ca237cf8893a1cdfd4f574125e2c51"
},
{
"checksumSHA1"
:
"kBeNcaKk56FguvPSUCEaH6AxpRc="
,
"path"
:
"github.com/golang/protobuf/proto"
,
"revision"
:
"8ee79997227bf9b34611aee7946ae64735e6fd93"
},
{
"checksumSHA1"
:
"SmBqqqR0T+1Ksx5zwCl295Vey0s="
,
"comment"
:
"v1.0.0-39-ge8f0f8a"
,
"path"
:
"github.com/gorilla/websocket"
,
"revision"
:
"e8f0f8aaa98dfb6586cbdf2978d511e3199a960a"
},
{
"checksumSHA1"
:
"bKMZjd2wPw13VwoE7mBeSv5djFA="
,
"comment"
:
"v1.0.0-2-gc12348c"
,
"path"
:
"github.com/matttproud/golang_protobuf_extensions/pbutil"
,
"revision"
:
"c12348ce28de40eed0136aa2b644d0ee0650e56c"
},
{
"checksumSHA1"
:
"whDRwKZqsDbiMSfYYn16UHCwx6U="
,
"comment"
:
"v0.8.0-40-ge83345f"
,
"path"
:
"github.com/prometheus/client_golang/prometheus"
,
"revision"
:
"e83345f73f5e7434173fbc1ffd26e2d7f70aff3f"
},
{
"checksumSHA1"
:
"lG3//eDlwqA4IOuAPrNtLh9G0TA="
,
"comment"
:
"v0.8.0-40-ge83345f"
,
"path"
:
"github.com/prometheus/client_golang/prometheus/promhttp"
,
"revision"
:
"e83345f73f5e7434173fbc1ffd26e2d7f70aff3f"
},
{
"checksumSHA1"
:
"DvwvOlPNAgRntBzt3b3OSRMS2N4="
,
"comment"
:
"model-0.0.2-12-gfa8ad6f"
,
"path"
:
"github.com/prometheus/client_model/go"
,
"revision"
:
"fa8ad6fec33561be4280a8f0514318c79d7f6cb6"
},
{
"checksumSHA1"
:
"mHyjbJ3BWOfUV6q9f5PBt0gaY1k="
,
"path"
:
"github.com/prometheus/common/expfmt"
,
"revision"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"checksumSHA1"
:
"GWlM3d2vPYyNATtTFgftS10/A9w="
,
"path"
:
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
,
"revision"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"checksumSHA1"
:
"bRBAUlwQCpJvDqeLb8fq2ZopqkY="
,
"path"
:
"github.com/prometheus/common/model"
,
"revision"
:
"0d5de9d6d8629cb8bee6d4674da4127cd8b615a3"
},
{
"checksumSHA1"
:
"W218eJZPXJG783fUr/z6IaAZyes="
,
"path"
:
"github.com/prometheus/procfs"
,
"revision"
:
"abf152e5f3e97f2fafac028d2cc06c1feb87ffa5"
},
{
"checksumSHA1"
:
"DIHbjVauqs8UF9Mu5cAS1gS6y70="
,
"comment"
:
"v0.2.0"
,
"path"
:
"gitlab.com/gitlab-org/gitaly/protos/go"
,
"revision"
:
"833b069cd41ec76f56091da40722535735431d2c"
},
{
"checksumSHA1"
:
"KTdei2iUtmq9vzEHHGpeL6QSZqc="
,
"comment"
:
"v0.2.0"
,
"path"
:
"gitlab.com/gitlab-org/gitaly/protos/go/helper"
,
"revision"
:
"833b069cd41ec76f56091da40722535735431d2c"
},
{
"checksumSHA1"
:
"9jjO5GjLa0XF/nfWihF02RoH4qc="
,
"path"
:
"golang.org/x/net/context"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"N1akwAdrHVfPPrsFOhG2ouP21VA="
,
"path"
:
"golang.org/x/net/http2"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"HzuGD7AwgC0p1az1WAQnEFnEk98="
,
"path"
:
"golang.org/x/net/http2/hpack"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"GIGmSrYACByf5JDIP9ByBZksY80="
,
"path"
:
"golang.org/x/net/idna"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"/k7k6eJDkxXx6K9Zpo/OwNm58XM="
,
"path"
:
"golang.org/x/net/internal/timeseries"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"3xyuaSNmClqG4YWC7g0isQIbUTc="
,
"path"
:
"golang.org/x/net/lex/httplex"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"GQHKESPeCcAsnerZPtHadvKUIzs="
,
"path"
:
"golang.org/x/net/trace"
,
"revision"
:
"f2499483f923065a842d38eb4c7f1927e6fc6e6d"
},
{
"checksumSHA1"
:
"epHwh7hDQSYzDowPIbw8vnLzPS0="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"08icuA15HRkdYCt6H+Cs90RPQsY="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/codes"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"AGkvu7gY1jWK7v5s9a8qLlH2gcQ="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/credentials"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"3Lt5hNAG8qJAYSsNghR5uA1zQns="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/grpclog"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"T3Q0p8kzvXFnRkMaK/G8mCv6mc0="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/internal"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"XXpD8+S3gLrfmCLOf+RbxblOQkU="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/metadata"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"4GSUFhOQ0kdFlBH4D5OTeKy78z0="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/naming"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"3RRoLeH6X2//7tVClOVzxW2bY+E="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/peer"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"wzkOAxlah+y75EpH0QVgzb8hdfc="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/stats"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"N0TftT6/CyWqp6VRi2DqDx60+Fo="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/tap"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
},
{
"checksumSHA1"
:
"yHpUeGwKoqqwd3cbEp3lkcnvft0="
,
"comment"
:
"v1.0.5-14-g5095579"
,
"path"
:
"google.golang.org/grpc/transport"
,
"revision"
:
"50955793b0183f9de69bd78e2ec251cf20aab121"
}
],
"rootPath"
:
"gitlab.com/gitlab-org/gitlab-workhorse"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment