Skip to content

Commit fcb1af2

Browse files
committed
Bump propolis to v0.0.10
Fixes permission denied errors when cleaning VM data directories containing read-only trees like Go module caches.
1 parent 1dd5f99 commit fcb1af2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
1616
github.com/sergi/go-diff v1.4.0
1717
github.com/spf13/cobra v1.10.2
18-
github.com/stacklok/propolis v0.0.9
18+
github.com/stacklok/propolis v0.0.10
1919
github.com/stacklok/toolhive v0.10.2
2020
github.com/stacklok/toolhive-core v0.0.9
2121
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
638638
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
639639
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
640640
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
641-
github.com/stacklok/propolis v0.0.9 h1:gvaPWt6ct3BtIkfZyABR6vBdD8HdnlRPBk6inPoeGfI=
642-
github.com/stacklok/propolis v0.0.9/go.mod h1:Zml5Z93ViSJk7ud9QvDfmkJxBuJheo1H9mYiA22I6BU=
641+
github.com/stacklok/propolis v0.0.10 h1:szcDObbnhpa4ycSQM1F3v+eZ8NRfzJ70T3tGBI47oLk=
642+
github.com/stacklok/propolis v0.0.10/go.mod h1:Zml5Z93ViSJk7ud9QvDfmkJxBuJheo1H9mYiA22I6BU=
643643
github.com/stacklok/toolhive v0.10.2 h1:/k+lMtHL4wI/HSl7ajyxXNhCTEYR0WiaBSj6FRvV6DY=
644644
github.com/stacklok/toolhive v0.10.2/go.mod h1:RE4vR2OAEGuFHsq7gfzU62GuBgHmuyabfO2BSVFucTs=
645645
github.com/stacklok/toolhive-core v0.0.9 h1:LSZBobSSuAkWhBhFpO5rBVlpp/cTxSI6m/rEyYFbjdY=

0 commit comments

Comments
 (0)