Skip to content

Commit

Permalink
Upgrade go-multipass to v1.2.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
larstobi authored Jun 8, 2023
1 parent 709ec42 commit a2f369e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v0.10.0
github.com/hashicorp/terraform-plugin-go v0.12.0
github.com/hashicorp/terraform-plugin-log v0.7.0
github.com/larstobi/go-multipass v1.2.0
github.com/larstobi/go-multipass v1.2.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
github.com/larstobi/go-multipass v1.2.0 h1:tX0w5+tbgS1Bcl5y33qi3kck+0tCuRjKp/1DSXCoCGI=
github.com/larstobi/go-multipass v1.2.0/go.mod h1:h8vXGcthJ5G1QW55p+5/iDVNezi4XF7iRgRkPHzENdk=
github.com/larstobi/go-multipass v1.2.1 h1:9OJKnGBlUvCPkCrS6MOzfRavGRDNMYRDAHHQPggsh0Y=
github.com/larstobi/go-multipass v1.2.1/go.mod h1:RkIg1w+XE1w+BVRVIZCPjtUWyT+p9R3Bdyn+MUkGiNg=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
Expand Down

0 comments on commit a2f369e

Please sign in to comment.