File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
binary : api_gen
9
9
ldflags :
10
10
- -s -w
11
- - -X github.com/go-generalize /fti/common.AppVersion={{.Version}}
11
+ - -X github.com/gcp-kit /fti/common.AppVersion={{.Version}}
12
12
env :
13
13
- CGO_ENABLED=1
14
14
goos :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import (
10
10
11
11
"cloud.google.com/go/firestore"
12
12
_ "github.com/BurntSushi/toml"
13
- "github.com/go-generalize /fti/common"
14
- "github.com/go-generalize /fti/pkg/config"
15
- "github.com/go-generalize /fti/pkg/files"
16
- "github.com/go-generalize /fti/pkg/inserter"
13
+ "github.com/gcp-kit /fti/common"
14
+ "github.com/gcp-kit /fti/pkg/config"
15
+ "github.com/gcp-kit /fti/pkg/files"
16
+ "github.com/gcp-kit /fti/pkg/inserter"
17
17
"github.com/heetch/confita"
18
18
"github.com/heetch/confita/backend/env"
19
19
"github.com/heetch/confita/backend/file"
Original file line number Diff line number Diff line change 1
- module github.com/go-generalize /fti
1
+ module github.com/gcp-kit /fti
2
2
3
3
go 1.17
4
4
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
10
10
"cloud.google.com/go/firestore"
11
- "github.com/go-generalize /fti/pkg/config"
12
- "github.com/go-generalize /fti/pkg/files"
11
+ "github.com/gcp-kit /fti/pkg/config"
12
+ "github.com/gcp-kit /fti/pkg/files"
13
13
"golang.org/x/xerrors"
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments