Skip to content

Commit

Permalink
Update package name & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Mar 19, 2020
1 parent 2ad8f56 commit 93732ac
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can download the latest release [here](https://github.com/DarthSim/overmind/
You need Go 1.6 or later to build the project.

```bash
$ go get -u -f github.com/DarthSim/overmind
$ GO111MODULE=on go get -u github.com/DarthSim/overmind/v2
```

**Note:** You can update Overmind the same way.
Expand Down
2 changes: 1 addition & 1 deletion cmd_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os/exec"
"strings"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd_echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os/signal"
"syscall"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd_kill.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"net"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd_quit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"net"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd_restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net"
"strings"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os/exec"
"syscall"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd_stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net"
"strings"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module github.com/DarthSim/overmind
module github.com/DarthSim/overmind/v2

go 1.11

require (
github.com/DarthSim/godotenv v1.3.1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/sevlyar/go-daemon v0.1.5
github.com/urfave/cli v1.22.2
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 h1:iQTw/8FWTuc7uia
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8=
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6 h1:elv0VC5n2owefO3RvtKvS3i3/rw9LCrs0+tVFLbBlmQ=
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6/go.mod h1:soqXi4beH2aAljcVvgIDqekDtnM2UZkGl47fniwq3J4=
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942/go.mod h1:eCbImbZ95eXtAUIbLAuAVnBnwf83mjf6QIVH8SHYwqQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=
Expand All @@ -22,4 +23,5 @@ golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a/go.mod h1:WFFai1msRO1wXaE
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e h1:nFYrTHrdrAOpShe27kaFHjsqYSEQ0KWqdWLu3xuZJts=
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/urfave/cli.v1 v1.20.0/go.mod h1:vuBzUtMdQeixQj8LVd+/98pzhxNGQoyuPBlsXHOQNO0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/DarthSim/godotenv"
"github.com/DarthSim/overmind/start"
"github.com/DarthSim/overmind/v2/start"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion start/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"syscall"
"time"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
gonanoid "github.com/matoous/go-nanoid"
"github.com/sevlyar/go-daemon"
)
Expand Down
2 changes: 1 addition & 1 deletion start/command_center.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"strings"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
)

type commandCenter struct {
Expand Down
2 changes: 1 addition & 1 deletion start/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"syscall"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion start/multi_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"sync"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
)

type multiOutput struct {
Expand Down
2 changes: 1 addition & 1 deletion start/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"syscall"
"time"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
)

const runningCheckInterval = 100 * time.Millisecond
Expand Down
2 changes: 1 addition & 1 deletion start/procfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"syscall"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"
)

type procfileEntry struct {
Expand Down
2 changes: 1 addition & 1 deletion start/tmux.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"sync"
"time"

"github.com/DarthSim/overmind/utils"
"github.com/DarthSim/overmind/v2/utils"

"golang.org/x/crypto/ssh/terminal"
)
Expand Down

0 comments on commit 93732ac

Please sign in to comment.