File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import (
10
10
"strings"
11
11
12
12
"github.com/hashicorp/go-multierror"
13
+ "github.com/vim-volt/volt/buildinfo"
13
14
"github.com/vim-volt/volt/fileutil"
14
15
"github.com/vim-volt/volt/lockjson"
15
16
"github.com/vim-volt/volt/logger"
16
17
"github.com/vim-volt/volt/pathutil"
17
- "github.com/vim-volt/volt/subcmd/buildinfo"
18
18
)
19
19
20
20
// BaseBuilder is a base struct which all builders must implement
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import (
4
4
"errors"
5
5
"os"
6
6
7
+ "github.com/vim-volt/volt/buildinfo"
7
8
"github.com/vim-volt/volt/config"
8
9
"github.com/vim-volt/volt/logger"
9
10
"github.com/vim-volt/volt/pathutil"
10
- "github.com/vim-volt/volt/subcmd/buildinfo"
11
11
)
12
12
13
13
// Builder creates/updates ~/.vim/pack/volt directory
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import (
9
9
"time"
10
10
11
11
"github.com/hashicorp/go-multierror"
12
+ "github.com/vim-volt/volt/buildinfo"
12
13
"github.com/vim-volt/volt/fileutil"
13
14
"github.com/vim-volt/volt/gitutil"
14
15
"github.com/vim-volt/volt/lockjson"
15
16
"github.com/vim-volt/volt/logger"
16
17
"github.com/vim-volt/volt/pathutil"
17
18
"github.com/vim-volt/volt/plugconf"
18
- "github.com/vim-volt/volt/subcmd/buildinfo"
19
19
"gopkg.in/src-d/go-git.v4"
20
20
"gopkg.in/src-d/go-git.v4/plumbing"
21
21
"gopkg.in/src-d/go-git.v4/plumbing/object"
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ import (
11
11
12
12
"gopkg.in/src-d/go-git.v4"
13
13
14
+ "github.com/vim-volt/volt/buildinfo"
14
15
"github.com/vim-volt/volt/gitutil"
15
16
"github.com/vim-volt/volt/lockjson"
16
17
"github.com/vim-volt/volt/logger"
17
18
"github.com/vim-volt/volt/pathutil"
18
19
"github.com/vim-volt/volt/plugconf"
19
- "github.com/vim-volt/volt/subcmd/buildinfo"
20
20
)
21
21
22
22
type symlinkBuilder struct {
You can’t perform that action at this time.
0 commit comments