diff --git a/cmd/revgrep/main.go b/cmd/revgrep/main.go index f05d792..26048cd 100644 --- a/cmd/revgrep/main.go +++ b/cmd/revgrep/main.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/bradleyfalzon/revgrep" + "github.com/golangci/revgrep" ) func main() { diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8bdbb19 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/golangci/revgrep + +go 1.13