Skip to content

Commit

Permalink
PMM-13132 Make format.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Sep 12, 2024
1 parent 3e62767 commit 97bed88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions encryption-rotation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ import (
"log"

"github.com/Percona-Lab/kingpin"

Check failure on line 22 in encryption-rotation/main.go

View workflow job for this annotation

GitHub Actions / Checks

no required module provides package github.com/Percona-Lab/kingpin; to add it:
"github.com/percona/pmm/managed/models"
"github.com/percona/pmm/managed/utils/encryption"
"gopkg.in/reform.v1"
"gopkg.in/reform.v1/dialects/postgresql"

"github.com/percona/pmm/managed/models"
"github.com/percona/pmm/managed/utils/encryption"
)

func main() {
Expand Down

0 comments on commit 97bed88

Please sign in to comment.