Skip to content

Commit c4ed960

Browse files
committed
update org
1 parent 01656dd commit c4ed960

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

cmd/fti/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ builds:
88
binary: api_gen
99
ldflags:
1010
- -s -w
11-
- -X github.com/go-generalize/fti/common.AppVersion={{.Version}}
11+
- -X github.com/gcp-kit/fti/common.AppVersion={{.Version}}
1212
env:
1313
- CGO_ENABLED=1
1414
goos:

cmd/fti/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import (
1010

1111
"cloud.google.com/go/firestore"
1212
_ "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"
1717
"github.com/heetch/confita"
1818
"github.com/heetch/confita/backend/env"
1919
"github.com/heetch/confita/backend/file"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/go-generalize/fti
1+
module github.com/gcp-kit/fti
22

33
go 1.17
44

pkg/inserter/inserter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strings"
99

1010
"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"
1313
"golang.org/x/xerrors"
1414
)
1515

0 commit comments

Comments
 (0)