gitlab.com/gitlab-org/labkit@v1.21.0/go.mod (about) 1 module gitlab.com/gitlab-org/labkit 2 3 go 1.18 4 5 require ( 6 cloud.google.com/go/profiler v0.1.0 7 contrib.go.opencensus.io/exporter/stackdriver v0.13.8 8 github.com/client9/reopen v1.0.0 9 github.com/getsentry/raven-go v0.2.0 10 github.com/getsentry/sentry-go v0.13.0 11 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 12 github.com/lightstep/lightstep-tracer-go v0.25.0 13 github.com/oklog/ulid/v2 v2.0.2 14 github.com/opentracing/opentracing-go v1.2.0 15 github.com/prometheus/client_golang v1.12.1 16 github.com/prometheus/client_model v0.2.0 17 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a 18 github.com/sirupsen/logrus v1.9.3 19 github.com/stretchr/testify v1.7.0 20 github.com/uber/jaeger-client-go v2.29.1+incompatible 21 go.opencensus.io v0.23.0 22 google.golang.org/api v0.54.0 23 google.golang.org/grpc v1.40.0 24 gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 25 ) 26 27 require ( 28 cloud.google.com/go v0.92.2 // indirect 29 cloud.google.com/go/trace v0.1.0 // indirect 30 github.com/DataDog/datadog-go v4.4.0+incompatible // indirect 31 github.com/DataDog/sketches-go v1.0.0 // indirect 32 github.com/HdrHistogram/hdrhistogram-go v1.1.1 // indirect 33 github.com/Microsoft/go-winio v0.5.0 // indirect 34 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect 35 github.com/aws/aws-sdk-go v1.37.0 // indirect 36 github.com/beorn7/perks v1.0.1 // indirect 37 github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect 38 github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect 39 github.com/cespare/xxhash/v2 v2.1.2 // indirect 40 github.com/davecgh/go-spew v1.1.1 // indirect 41 github.com/go-ole/go-ole v1.2.4 // indirect 42 github.com/gogo/protobuf v1.3.2 // indirect 43 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect 44 github.com/golang/protobuf v1.5.2 // indirect 45 github.com/google/go-cmp v0.5.6 // indirect 46 github.com/google/pprof v0.0.0-20210804190019-f964ff605595 // indirect 47 github.com/google/uuid v1.1.2 // indirect 48 github.com/googleapis/gax-go/v2 v2.0.5 // indirect 49 github.com/jmespath/go-jmespath v0.4.0 // indirect 50 github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect 51 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect 52 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect 53 github.com/onsi/ginkgo v1.10.3 // indirect 54 github.com/onsi/gomega v1.7.1 // indirect 55 github.com/philhofer/fwd v1.1.1 // indirect 56 github.com/pkg/errors v0.9.1 // indirect 57 github.com/pmezard/go-difflib v1.0.0 // indirect 58 github.com/prometheus/common v0.32.1 // indirect 59 github.com/prometheus/procfs v0.7.3 // indirect 60 github.com/shirou/gopsutil/v3 v3.21.2 // indirect 61 github.com/tinylib/msgp v1.1.2 // indirect 62 github.com/tklauser/go-sysconf v0.3.4 // indirect 63 github.com/tklauser/numcpus v0.2.1 // indirect 64 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect 65 go.uber.org/atomic v1.4.0 // indirect 66 golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect 67 golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect 68 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect 69 golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect 70 golang.org/x/text v0.3.8 // indirect 71 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect 72 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect 73 google.golang.org/appengine v1.6.7 // indirect 74 google.golang.org/genproto v0.0.0-20210813162853-db860fec028c // indirect 75 google.golang.org/protobuf v1.27.1 // indirect 76 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect 77 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 78 )