Skip to content

Commit

Permalink
chore(deps): update dependency github.com/vektra/mockery/v2 to v2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2023
1 parent fb9663b commit cc3c8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"time"
)

//go:generate go run github.com/vektra/mockery/v2@v2.24.0 --name Backend --case snake
//go:generate go run github.com/vektra/mockery/v2@v2.24.0 --name TagSupporting --case snake
//go:generate go run github.com/vektra/mockery/v2@v2.29.0 --name Backend --case snake
//go:generate go run github.com/vektra/mockery/v2@v2.29.0 --name TagSupporting --case snake

type (
// Backend to persist cache data
Expand Down

0 comments on commit cc3c8fb

Please sign in to comment.