-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrew Crump <[email protected]>
- Loading branch information
Showing
524 changed files
with
39,917 additions
and
5,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,75 @@ | ||
module code.cloudfoundry.org/log-cache | ||
|
||
go 1.21 | ||
go 1.21.0 | ||
|
||
require ( | ||
code.cloudfoundry.org/go-batching v0.0.0-20220601181205-303abfc14b83 | ||
code.cloudfoundry.org/go-diodes v0.0.0-20221017175818-728392b37655 | ||
code.cloudfoundry.org/go-envstruct v1.6.0 | ||
code.cloudfoundry.org/go-log-cache/v2 v2.0.5 | ||
code.cloudfoundry.org/go-loggregator/v9 v9.0.8 | ||
code.cloudfoundry.org/go-metric-registry v0.0.0-20220408214155-d9c3faa1e9e3 | ||
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921 | ||
code.cloudfoundry.org/go-batching v0.0.0-20240220234425-8ed16c9cf36e | ||
code.cloudfoundry.org/go-diodes v0.0.0-20240220215648-1478b399ee36 | ||
code.cloudfoundry.org/go-envstruct v1.7.0 | ||
code.cloudfoundry.org/go-log-cache/v2 v2.0.7 | ||
code.cloudfoundry.org/go-loggregator/v9 v9.2.0 | ||
code.cloudfoundry.org/go-metric-registry v0.0.0-20240220234528-807ab4354e38 | ||
code.cloudfoundry.org/tlsconfig v0.0.0-20240301143844-95036809ae27 | ||
github.com/Benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea | ||
github.com/benbjohnson/jmphash v0.0.0-20141216154655-2d58f234cd86 | ||
github.com/cespare/xxhash v1.1.0 | ||
github.com/cloudfoundry/gosigar v1.3.39 | ||
github.com/cloudfoundry/gosigar v1.3.49 | ||
github.com/dvsekhvalnov/jose2go v1.6.0 | ||
github.com/emirpasic/gods v1.18.1 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 | ||
github.com/influxdata/go-syslog/v3 v3.0.1-0.20210608084020-ac565dc76ba6 | ||
github.com/onsi/ginkgo/v2 v2.13.2 | ||
github.com/onsi/gomega v1.30.0 | ||
github.com/prometheus/client_golang v1.17.0 | ||
github.com/prometheus/client_model v0.5.0 | ||
github.com/prometheus/common v0.45.0 | ||
github.com/onsi/ginkgo/v2 v2.16.0 | ||
github.com/onsi/gomega v1.31.1 | ||
github.com/prometheus/client_golang v1.19.0 | ||
github.com/prometheus/client_model v0.6.0 | ||
github.com/prometheus/common v0.49.0 | ||
github.com/prometheus/prometheus v2.13.1+incompatible // pinned | ||
github.com/shirou/gopsutil/v3 v3.23.11 | ||
golang.org/x/net v0.19.0 | ||
google.golang.org/grpc v1.60.1 | ||
google.golang.org/protobuf v1.31.0 | ||
github.com/shirou/gopsutil/v3 v3.24.2 | ||
golang.org/x/net v0.22.0 | ||
google.golang.org/grpc v1.62.1 | ||
google.golang.org/protobuf v1.33.0 | ||
) | ||
|
||
require github.com/go-chi/chi/v5 v5.0.10 | ||
require github.com/go-chi/chi/v5 v5.0.12 | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/OneOfOne/xxhash v1.2.8 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect | ||
github.com/benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/edsrzf/mmap-go v1.0.0 // indirect | ||
github.com/go-kit/kit v0.9.0 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/edsrzf/mmap-go v1.1.0 // indirect | ||
github.com/go-kit/kit v0.13.0 // indirect | ||
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20231212022811-ec68065c825e // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect | ||
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect | ||
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/opentracing/opentracing-go v1.1.0 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
github.com/prometheus/procfs v0.11.1 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
github.com/square/certstrap v1.2.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
github.com/square/certstrap v1.3.0 // indirect | ||
github.com/tklauser/go-sysconf v0.3.13 // indirect | ||
github.com/tklauser/numcpus v0.7.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
go.step.sm/crypto v0.43.1 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.16.1 // indirect | ||
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect | ||
golang.org/x/tools v0.19.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.