Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gasch <[email protected]>
  • Loading branch information
embano1 committed Jul 14, 2022
1 parent 46e56bc commit efb37f9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 641 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,26 @@ module github.com/embano1/vsphere-event-streaming
go 1.17

require (
github.com/cloudevents/sdk-go/v2 v2.8.0
github.com/embano1/memlog v0.2.0
github.com/embano1/vsphere v0.2.0
github.com/cloudevents/sdk-go/v2 v2.10.1
github.com/embano1/memlog v0.4.3
github.com/embano1/vsphere v0.2.3
github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/vmware/govmomi v0.27.2
github.com/vmware/govmomi v0.29.0
go.uber.org/zap v1.21.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
gotest.tools/v3 v3.3.0
)

require (
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
)
Loading

0 comments on commit efb37f9

Please sign in to comment.