Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Dec 20, 2024
1 parent 7b9d5e9 commit 427110d
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion cmd/flags/credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package flags
import (
"testing"

"github.com/aerospike/asvec/utils"
"github.com/aerospike/asvec/module-rename/utils"
)

func TestCredentialsFlag_Set(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/flags/optionals.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"time"

"github.com/aerospike/asvec/utils"
"github.com/aerospike/asvec/module-rename/utils"
)

const optionalEmptyString = "<nil>"
Expand Down
2 changes: 1 addition & 1 deletion cmd/flags/vector.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"
"strings"

"github.com/aerospike/asvec/cmd/writers"
"github.com/aerospike/asvec/module-rename/cmd/writers"
)

// A cobra PFlag to parse and store a vector of floats or booleans.
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexCreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"strings"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

avs "github.com/aerospike/avs-client-go"
"github.com/aerospike/avs-client-go/protos"
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexDrop.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexGC.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexList.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"log/slog"
"sync"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/aerospike/avs-client-go/protos"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/indexUpdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/aerospike/avs-client-go/protos"
"github.com/spf13/cobra"
Expand Down
4 changes: 2 additions & 2 deletions cmd/nodeList.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"strings"
"sync"

"github.com/aerospike/asvec/cmd/writers"
"github.com/aerospike/asvec/module-rename/cmd/writers"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/aerospike/avs-client-go"
"github.com/aerospike/avs-client-go/protos"
Expand Down
2 changes: 1 addition & 1 deletion cmd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log/slog"
"reflect"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/aerospike/avs-client-go"
"github.com/aerospike/avs-client-go/protos"
Expand Down
2 changes: 1 addition & 1 deletion cmd/rolesList.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"strings"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/aerospike/tools-common-go/config"
common "github.com/aerospike/tools-common-go/flags"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userCreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userDrop.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userGrant.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"log/slog"
"strings"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userList.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userNewPassword.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/userRevoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"log/slog"
"strings"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
2 changes: 1 addition & 1 deletion cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"strings"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

"golang.org/x/term"

Expand Down
2 changes: 1 addition & 1 deletion cmd/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package cmd
import (
"testing"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

avs "github.com/aerospike/avs-client-go"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion cmd/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log/slog"
"sync/atomic"

"github.com/aerospike/asvec/cmd/writers"
"github.com/aerospike/asvec/module-rename/cmd/writers"

tableColor "github.com/jedib0t/go-pretty/v6/text"

Expand Down
2 changes: 1 addition & 1 deletion e2e_multi_node_LB_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"testing"

"github.com/aerospike/asvec/tests"
"github.com/aerospike/asvec/module-rename/tests"

avs "github.com/aerospike/avs-client-go"
"github.com/stretchr/testify/suite"
Expand Down
2 changes: 1 addition & 1 deletion e2e_multi_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"testing"

"github.com/aerospike/asvec/tests"
"github.com/aerospike/asvec/module-rename/tests"

avs "github.com/aerospike/avs-client-go"
"github.com/stretchr/testify/suite"
Expand Down
4 changes: 2 additions & 2 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
"testing"
"time"

"github.com/aerospike/asvec/tests"
"github.com/aerospike/asvec/module-rename/tests"

"github.com/aerospike/asvec/cmd/flags"
"github.com/aerospike/asvec/module-rename/cmd/flags"

avs "github.com/aerospike/avs-client-go"
"github.com/aerospike/avs-client-go/protos"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/aerospike/asvec
module github.com/aerospike/asvec/module-rename

go 1.22.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/aerospike/asvec/cmd"
import "github.com/aerospike/asvec/module-rename/cmd"

func main() {
cmd.Execute()
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"os/exec"
"time"

"github.com/aerospike/asvec/utils"
"github.com/aerospike/asvec/module-rename/utils"

avs "github.com/aerospike/avs-client-go"
"github.com/aerospike/avs-client-go/protos"
Expand Down

0 comments on commit 427110d

Please sign in to comment.