Skip to content

Commit

Permalink
Update vSwarm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: David Schall <[email protected]>
  • Loading branch information
dhschall committed Oct 8, 2022
1 parent f4db7b5 commit b6fb193
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vSwarm-proto

vSwarm-proto is a utility for [vSwarm](https://github.com/ease-lab/vSwarm/) containing all the proto files and client applications necessary to run benchmarks using [relay](https://github.com/ease-lab/vSwarm/tree/main/tools/relay). As such its part of the [vHive Ecosystem](https://vhive-serverless.github.io/).
vSwarm-proto is a utility for [vSwarm](https://github.com/vhive-serverless/vSwarm/) containing all the proto files and client applications necessary to run benchmarks using [relay](https://github.com/vhive-serverless/vSwarm/tree/main/tools/relay). As such its part of the [vHive Ecosystem](https://vhive-serverless.github.io/).

## License and copyright

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ replace (
)

require (
github.com/ease-lab/vSwarm/utils/tracing/go v0.0.0-20220427112636-f8f3fc171804
github.com/sirupsen/logrus v1.8.1
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
github.com/sirupsen/logrus v1.9.0
github.com/vhive-serverless/vSwarm/utils/tracing/go v0.0.0-20221008101717-930188b36b99
google.golang.org/grpc v1.50.0
google.golang.org/protobuf v1.28.1
)
Loading

0 comments on commit b6fb193

Please sign in to comment.