Skip to content

Commit 67c9c0a

Browse files
committed
github.com/h24w-17 -> github.com/traP-jp/h24w-17
1 parent 80c4268 commit 67c9c0a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cli/extractor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"os"
66
"path/filepath"
77

8-
"github.com/h24w-17/extractor"
98
"github.com/spf13/cobra"
9+
"github.com/traP-jp/h24w-17/extractor"
1010
)
1111

1212
var rootCmd = &cobra.Command{

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/h24w-17
1+
module github.com/traP-jp/h24w-17
22

33
go 1.23.2
44

normalizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strconv"
88
"strings"
99

10-
"github.com/h24w-17/domains"
10+
"github.com/traP-jp/h24w-17/domains"
1111
)
1212

1313
type NormalizedQuery struct {

normalizer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"fmt"
55
"testing"
66

7-
"github.com/h24w-17/domains"
87
"github.com/stretchr/testify/assert"
8+
"github.com/traP-jp/h24w-17/domains"
99
)
1010

1111
func TestNormalizeQuery(t *testing.T) {

template/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"time"
99

1010
"github.com/go-sql-driver/mysql"
11-
"github.com/h24w-17/domains"
11+
"github.com/traP-jp/h24w-17/domains"
1212
)
1313

1414
// TODO: generate

template/stmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"database/sql/driver"
66
"fmt"
77

8-
"github.com/h24w-17/domains"
98
"github.com/motoki317/sc"
9+
"github.com/traP-jp/h24w-17/domains"
1010
)
1111

1212
var (

0 commit comments

Comments
 (0)