parent
aa03dfa345
commit
9eea116536
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module git.rpjosh.de/RPJosh/ddl-parser
|
module git.rpjosh.de/RPJosh/go-ddl-parser
|
||||||
|
|
||||||
go 1.22.1
|
go 1.22.1
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,8 @@ import (
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.rpjosh.de/RPJosh/ddl-parser"
|
"git.rpjosh.de/RPJosh/go-ddl-parser"
|
||||||
|
|
||||||
"git.rpjosh.de/RPJosh/go-logger"
|
"git.rpjosh.de/RPJosh/go-logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"git.rpjosh.de/RPJosh/ddl-parser"
|
"git.rpjosh.de/RPJosh/go-ddl-parser"
|
||||||
|
|
||||||
"github.com/google/go-cmp/cmp"
|
"github.com/google/go-cmp/cmp"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.rpjosh.de/RPJosh/ddl-parser"
|
"git.rpjosh.de/RPJosh/go-ddl-parser"
|
||||||
|
|
||||||
"git.rpjosh.de/RPJosh/go-logger"
|
"git.rpjosh.de/RPJosh/go-logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue