File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/cybozu-private /pre-commit-jsonnet
2+ - repo : https://github.com/cybozu/pre-commit-jsonnet
33 rev : HEAD
44 hooks :
55 - id : jsonnet-fmt
Original file line number Diff line number Diff line change 1- module github.com/cybozu-private /pre-commit-jsonnet
1+ module github.com/cybozu/pre-commit-jsonnet
22
33go 1.18
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212 "golang.org/x/sys/execabs"
1313
14- "github.com/cybozu-private /pre-commit-jsonnet/lib"
14+ "github.com/cybozu/pre-commit-jsonnet/lib"
1515 "github.com/sergi/go-diff/diffmatchpatch"
1616)
1717
Original file line number Diff line number Diff line change 77 "strings"
88 "testing"
99
10- "github.com/cybozu-private /pre-commit-jsonnet/testutil"
10+ "github.com/cybozu/pre-commit-jsonnet/testutil"
1111)
1212
1313var reAnsiEscape = regexp .MustCompile (`(?:\x1B[@-Z\\-_]|[\x80-\x9A\x9C-\x9F]|(?:\x1B\[|\x9B)[0-?]*[ -/]*[@-~])` )
Original file line number Diff line number Diff line change 99
1010 "golang.org/x/sys/execabs"
1111
12- "github.com/cybozu-private /pre-commit-jsonnet/lib"
12+ "github.com/cybozu/pre-commit-jsonnet/lib"
1313)
1414
1515const jsonnetLintCmd = "jsonnet-lint"
Original file line number Diff line number Diff line change 77
88 "path/filepath"
99
10- "github.com/cybozu-private /pre-commit-jsonnet/testutil"
10+ "github.com/cybozu/pre-commit-jsonnet/testutil"
1111)
1212
1313func TestExecJsonnetLint (t * testing.T ) {
Original file line number Diff line number Diff line change 77
88 "golang.org/x/exp/slices"
99
10- "github.com/cybozu-private /pre-commit-jsonnet/testutil"
10+ "github.com/cybozu/pre-commit-jsonnet/testutil"
1111)
1212
1313const (
You can’t perform that action at this time.
0 commit comments