Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
luky116 committed Mar 2, 2024
1 parent a834781 commit c80e7bf
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkg/datasource/sql/undo/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package undo
import (
"flag"

"github.com/seata/seata-go/pkg/compressor"
"github.com/apache/seata-go/pkg/compressor"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/discovery/etcd3.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package discovery
import (
"context"
"fmt"
"github.com/seata/seata-go/pkg/util/log"
"github.com/apache/seata-go/pkg/util/log"
etcd3 "go.etcd.io/etcd/client/v3"
"strconv"
"strings"
Expand Down
3 changes: 1 addition & 2 deletions pkg/discovery/etcd3_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package discovery

import (
"github.com/apache/seata-go/pkg/discovery/mock"
"github.com/golang/mock/gomock"
"github.com/seata/seata-go/pkg/discovery/mock"
"github.com/stretchr/testify/assert"
"go.etcd.io/etcd/api/v3/mvccpb"
"go.etcd.io/etcd/client/v3"
"reflect"
"testing"
"time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"

"github.com/seata/seata-go/pkg/remoting/mock"
"github.com/apache/seata-go/pkg/remoting/mock"
)

func TestConsistentHashLoadBalance(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/remoting/loadbalance/least_active_loadbalance.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"sync"
"time"

"github.com/seata/seata-go/pkg/remoting/rpc"
"github.com/apache/seata-go/pkg/remoting/rpc"

getty "github.com/apache/dubbo-getty"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/remoting/loadbalance/least_active_loadbalance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"sync"
"testing"

"github.com/apache/seata-go/pkg/remoting/mock"
"github.com/apache/seata-go/pkg/remoting/rpc"
"github.com/golang/mock/gomock"
"github.com/seata/seata-go/pkg/remoting/mock"
"github.com/seata/seata-go/pkg/remoting/rpc"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 0 additions & 2 deletions pkg/remoting/loadbalance/random_loadbalance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import (
"github.com/apache/seata-go/pkg/remoting/mock"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"

"github.com/seata/seata-go/pkg/remoting/mock"
)

func TestRandomLoadBalance_Normal(t *testing.T) {
Expand Down
2 changes: 0 additions & 2 deletions pkg/remoting/loadbalance/xid_loadbalance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import (
"github.com/apache/seata-go/pkg/remoting/mock"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"

"github.com/seata/seata-go/pkg/remoting/mock"
)

func TestXidLoadBalance(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/rm/tcc/tcc_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/apache/seata-go/pkg/tm"
"github.com/apache/seata-go/pkg/util/log"

//"github.com/seata/seata-go/sample/tcc/dubbo/client/service"
//"github.com/apache/seata-go/sample/tcc/dubbo/client/service"
testdata2 "github.com/apache/seata-go/testdata"
)

Expand Down

0 comments on commit c80e7bf

Please sign in to comment.