File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "github.com/DandyDev /ploy/deployments"
4+ "github.com/DonDebonair /ploy/deployments"
55 "github.com/spf13/cobra"
66)
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package cmd
22
33import (
44 "fmt"
5- "github.com/DandyDev /ploy/engine"
5+ "github.com/DonDebonair /ploy/engine"
66
77 "github.com/spf13/cobra"
88)
Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "github.com/DandyDev /ploy/deployments"
4+ "github.com/DonDebonair /ploy/deployments"
55
66 "github.com/spf13/cobra"
77)
Original file line number Diff line number Diff line change 11package deployments
22
33import (
4- "github.com/DandyDev /ploy/engine"
4+ "github.com/DonDebonair /ploy/engine"
55 "github.com/mitchellh/mapstructure"
66 "gopkg.in/yaml.v3"
77 "os"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package deployments
22
33import (
44 "fmt"
5- "github.com/DandyDev /ploy/engine"
5+ "github.com/DonDebonair /ploy/engine"
66 "github.com/hashicorp/go-multierror"
77 "github.com/spf13/cobra"
88 "os"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package deployments
22
33import (
44 "fmt"
5- "github.com/DandyDev /ploy/engine"
5+ "github.com/DonDebonair /ploy/engine"
66 "github.com/hashicorp/go-multierror"
77 "github.com/spf13/cobra"
88 "sync"
Original file line number Diff line number Diff line change 1- module github.com/DandyDev /ploy
1+ module github.com/DonDebonair /ploy
22
33go 1.18
44
Original file line number Diff line number Diff line change 11package main
22
3- import "github.com/DandyDev /ploy/cmd"
3+ import "github.com/DonDebonair /ploy/cmd"
44
55func main () {
66 cmd .Execute ()
You can’t perform that action at this time.
0 commit comments