Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 8de40a6

Browse files
authored
gomod: update jaeger and prometheus (#395)
1 parent 4b49d01 commit 8de40a6

File tree

2 files changed

+101
-52
lines changed

2 files changed

+101
-52
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sourcegraph/go-langserver
33
go 1.14
44

55
require (
6-
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
6+
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
77
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
88
github.com/fhs/go-netrc v1.0.0
99
github.com/gorilla/websocket v1.4.1
@@ -15,22 +15,22 @@ require (
1515
github.com/mattn/go-colorable v0.1.6 // indirect
1616
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c
1717
github.com/opentracing/basictracer-go v1.0.0
18-
github.com/opentracing/opentracing-go v1.1.0
18+
github.com/opentracing/opentracing-go v1.2.0
1919
github.com/pelletier/go-toml v1.6.0
20-
github.com/pkg/errors v0.8.1
20+
github.com/pkg/errors v0.9.1
2121
github.com/pmezard/go-difflib v1.0.0
22-
github.com/prometheus/client_golang v1.5.1
22+
github.com/prometheus/client_golang v1.11.0
2323
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3
2424
github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81
2525
github.com/sourcegraph/go-lsp v0.0.0-20200117082640-b19bb38222e2
2626
github.com/sourcegraph/jsonrpc2 v0.0.0-20191222043438-96c4efab7ee2
2727
github.com/sourcegraph/jsonx v0.0.0-20190114210550-ba8cb36a8614
28-
github.com/uber/jaeger-client-go v2.22.1+incompatible
29-
github.com/uber/jaeger-lib v2.2.0+incompatible
30-
go.uber.org/atomic v1.6.0 // indirect
28+
github.com/uber/jaeger-client-go v2.29.1+incompatible
29+
github.com/uber/jaeger-lib v2.4.1+incompatible
30+
go.uber.org/atomic v1.9.0 // indirect
3131
go4.org v0.0.0-20200312051459-7028f7b4a332
32-
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
32+
golang.org/x/net v0.0.0-20200625001655-4c5254603344
3333
golang.org/x/tools v0.0.0-20200401192744-099440627f01
3434
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
35-
gopkg.in/yaml.v2 v2.2.5
35+
gopkg.in/yaml.v2 v2.3.0
3636
)

0 commit comments

Comments
 (0)