~craftyguy/go-cmd

c0744fb4d24770176361b74833aa9a370ae8f813 — Clayton Craft 1 year, 3 months ago 751ff4a master
DO NOT MERGE: update module path
M cmd_test.go => cmd_test.go +1 -1
@@ 12,7 12,7 @@ import (
	"testing"
	"time"

	"github.com/go-cmd/cmd"
	"git.sr.ht/~craftyguy/go-cmd"
	"github.com/go-test/deep"
)


M cmd_windows_test.go => cmd_windows_test.go +1 -1
@@ 11,7 11,7 @@ import (
	"testing"
	"time"

	"github.com/go-cmd/cmd"
	"git.sr.ht/~craftyguy/go-cmd"
	"github.com/go-test/deep"
)


M examples/blocking-buffered/main.go => examples/blocking-buffered/main.go +1 -1
@@ 3,7 3,7 @@ package main
import (
	"fmt"

	"github.com/go-cmd/cmd"
	"git.sr.ht/~craftyguy/go-cmd"
)

func main() {

M examples/blocking-streaming/main.go => examples/blocking-streaming/main.go +1 -1
@@ 6,7 6,7 @@ import (
	"fmt"
	"os"

	"github.com/go-cmd/cmd"
	"git.sr.ht/~craftyguy/go-cmd"
)

func main() {

M go.mod => go.mod +1 -1
@@ 1,4 1,4 @@
module github.com/go-cmd/cmd
module git.sr.ht/~craftyguy/go-cmd

go 1.17