Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-akeyless committed Jul 18, 2024
1 parent 7f77ca9 commit 272a7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.dll
*.so
*.dylib
dist/

# Test binary, built with `go test -c`
*.test
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/akeylesslabs/steampipe-plugin-akeyless/akeyless"
"github.com/akeyless-community/steampipe-plugin-akeyless/akeyless"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down

0 comments on commit 272a7fa

Please sign in to comment.