Skip to content

Commit 6319477

Browse files
committed
for fork
1 parent 69598a6 commit 6319477

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmd/dtap/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"sync"
2727
"syscall"
2828

29-
"github.com/mimuret/dtap"
29+
"github.com/mikiT/dtap"
3030
log "github.com/sirupsen/logrus"
3131
)
3232

config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"testing"
2525
"time"
2626

27-
"github.com/mimuret/dtap"
27+
"github.com/mikiT/dtap"
2828
"github.com/stretchr/testify/assert"
2929
)
3030

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mimuret/dtap
1+
module github.com/mikiT/dtap
22

33
go 1.16
44

net_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
"github.com/stretchr/testify/assert"
2424

25-
"github.com/mimuret/dtap"
25+
"github.com/mikiT/dtap"
2626
)
2727

2828
func TestNet(t *testing.T) {

0 commit comments

Comments
 (0)