Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/rancherlabs/slsactl to v0.0.10 #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v41 v41.0.0
github.com/hashicorp/go-version v1.7.0
github.com/rancherlabs/slsactl v0.0.9
github.com/rancherlabs/slsactl v0.0.10
github.com/sirupsen/logrus v1.9.3
github.com/sourcegraph/go-diff v0.7.0
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/protocolbuffers/txtpbfmt v0.0.0-20241112170944-20d2c9ebc01d h1:HWfigq7lB31IeJL8iy7jkUmU/PG1Sr8jVGhS749dbUA=
github.com/protocolbuffers/txtpbfmt v0.0.0-20241112170944-20d2c9ebc01d/go.mod h1:jgxiZysxFPM+iWKwQwPR+y+Jvo54ARd4EisXxKYpB5c=
github.com/rancherlabs/slsactl v0.0.9 h1:QuVjbEgW9Mh+Oi/gwZr20MTulDW35NBGFRw8WRkgP8w=
github.com/rancherlabs/slsactl v0.0.9/go.mod h1:9ESjk1reD3V1jLNtL6Gx03ja+vEsgpINA9Od7sIv9AM=
github.com/rancherlabs/slsactl v0.0.10 h1:pKnHSl+7DSHmwmAxA7HYFtga6by8233qVHiOykIWVEc=
github.com/rancherlabs/slsactl v0.0.10/go.mod h1:9ESjk1reD3V1jLNtL6Gx03ja+vEsgpINA9Od7sIv9AM=
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 h1:1/BDligzCa40GTllkDnY3Y5DTHuKCONbB2JcRyIfl20=
Expand Down
Loading