mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-07 09:16:53 +00:00
46 lines
2.2 KiB
Modula-2
46 lines
2.2 KiB
Modula-2
module github.com/bloomberg/goldpinger/v3
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
|
|
github.com/go-openapi/errors v0.20.0
|
|
github.com/go-openapi/loads v0.19.5
|
|
github.com/go-openapi/runtime v0.19.26
|
|
github.com/go-openapi/spec v0.19.8
|
|
github.com/go-openapi/strfmt v0.20.0
|
|
github.com/go-openapi/swag v0.19.9
|
|
github.com/go-openapi/validate v0.19.10
|
|
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
|
|
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
|
|
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
|
|
github.com/imdario/mergo v0.3.5 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/prometheus/client_golang v0.9.1
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
|
|
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
|
|
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
|
|
github.com/stuartnelson3/go-rendezvous v0.2.0
|
|
go.uber.org/zap v1.14.1
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
golang.org/x/image v0.0.0-20190220214146-31aff87c08e9
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
|
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
|
|
gopkg.in/inf.v0 v0.9.0 // indirect
|
|
k8s.io/api v0.0.0-20181004124137-fd83cbc87e76 // indirect
|
|
k8s.io/apimachinery v0.0.0-20180913025736-6dd46049f395
|
|
k8s.io/client-go v9.0.0+incompatible
|
|
)
|