Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions user-functions/dQP/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ replace (
)

require (
github.com/containerd/containerd v1.5.2
cloud.google.com/go v0.83.0 // indirect
github.com/containerd/containerd v1.5.13
github.com/ease-lab/vhive-xdt/queue-proxy/dQP v0.0.0-00010101000000-000000000000
github.com/ease-lab/vhive-xdt/utils v0.0.0-00010101000000-000000000000
github.com/ease-lab/vhive/utils/tracing/go v0.0.0-20210623161727-460bac97d8c0
github.com/sirupsen/logrus v1.8.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.0.0-00010101000000-000000000000
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
google.golang.org/grpc v1.38.0
k8s.io/klog/v2 v2.5.0 // indirect
knative.dev/pkg v0.0.0-20210625194144-4cdacd04734a
knative.dev/serving v0.24.0
)
Loading