Skip to content

Commit

Permalink
update code-ready/machine go module
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Oct 11, 2022
1 parent 2785de0 commit c502056
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/cheggaaa/pb/v3 v3.0.8
github.com/code-ready/admin-helper v0.0.10
github.com/code-ready/machine v0.0.0-20220727160217-7bf0dd8c2d7b
github.com/code-ready/machine v0.0.0-20220927132822-3408fdecc41c
github.com/code-ready/vfkit v0.0.2
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220908123107-8d91f6d62de2
github.com/containers/image/v5 v5.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoC
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
github.com/code-ready/admin-helper v0.0.10 h1:J7z6cu8owR9UemZlHQXL2W1aCOfo1nGhY1YtYz2+aCo=
github.com/code-ready/admin-helper v0.0.10/go.mod h1:8ACGWyeBXkVcQ53idgXhYzLGrK/+xjabcGVCtPtKaRQ=
github.com/code-ready/machine v0.0.0-20220727160217-7bf0dd8c2d7b h1:Eev9Enne43B+k6s2gfYxaSh0f0/+owLbrAyk8+7eoeM=
github.com/code-ready/machine v0.0.0-20220727160217-7bf0dd8c2d7b/go.mod h1:zeUHkDy+CASmOmTcbvv9m5SlkXmhp0MAtcs6f7EMp68=
github.com/code-ready/machine v0.0.0-20220927132822-3408fdecc41c h1:cVthP8D5RUFAegEqrVWXiHUwRR+0dqN0mdOGYU6RJwU=
github.com/code-ready/machine v0.0.0-20220927132822-3408fdecc41c/go.mod h1:zeUHkDy+CASmOmTcbvv9m5SlkXmhp0MAtcs6f7EMp68=
github.com/code-ready/vfkit v0.0.2 h1:DA7wnPVXjs8bwa3ksNd8JtKzXsZ1oC1F7JanVoDyzCw=
github.com/code-ready/vfkit v0.0.2/go.mod h1:rjWQeMUISswhWXeBp5LEzwVjv8aN3Gn1QxIHDCmxu40=
github.com/codegangsta/cli v1.20.0/go.mod h1:/qJNoX69yVSKu5o4jLyXAENLRyk1uhi7zkbQ3slBdOA=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ github.com/cheggaaa/pb/v3/termutil
github.com/code-ready/admin-helper/pkg/client
github.com/code-ready/admin-helper/pkg/hosts
github.com/code-ready/admin-helper/pkg/types
# github.com/code-ready/machine v0.0.0-20220727160217-7bf0dd8c2d7b
# github.com/code-ready/machine v0.0.0-20220927132822-3408fdecc41c
## explicit; go 1.17
github.com/code-ready/machine/drivers/libvirt
github.com/code-ready/machine/libmachine/drivers
Expand Down

0 comments on commit c502056

Please sign in to comment.