We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8286863 commit 2dfdc92Copy full SHA for 2dfdc92
1 file changed
internal/configuration/autopilot.go
@@ -13,9 +13,10 @@ import (
13
"gorm.io/gorm"
14
"github.com/riotpot/pkg/services"
15
16
- "github.com/riotpot/internal/greeting"
17
- "github.com/riotpot/tools/environ"
+ "github.com/riotpot/pkg/profiles/ports"
18
"github.com/riotpot/tools/arrays"
+ "github.com/riotpot/tools/environ"
19
+ "github.com/riotpot/internal/greeting"
20
)
21
22
type Autopilot struct {
0 commit comments