Skip to content

Commit

Permalink
fix(mock): use correct api pkg (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Oct 18, 2024
1 parent c701bd8 commit cb37db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/server/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"strings"

"github.com/gin-gonic/gin"
"github.com/hashicorp/vault/api"

api "github.com/go-vela/server/api/types"
"github.com/go-vela/types"
)

Expand Down

0 comments on commit cb37db9

Please sign in to comment.