File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- module generator
1+ module github.com/andrewkroh/go-ingest-node/internal/ generator
22
33go 1.23
44
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626 "strings"
2727 "unicode"
2828
29- "generator/internal/spec"
29+ "github.com/andrewkroh/go-ingest-node/internal/ generator/internal/spec"
3030
3131 "github.com/dave/jennifer/jen"
3232 "github.com/elastic/go-licenser/licensing"
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
2525 "os"
2626 "path/filepath"
2727
28- "generator/internal/codegen"
29- "generator/internal/spec"
28+ "github.com/andrewkroh/go-ingest-node/internal/ generator/internal/codegen"
29+ "github.com/andrewkroh/go-ingest-node/internal/ generator/internal/spec"
3030)
3131
3232func main () {
Original file line number Diff line number Diff line change 1- module jsonschema
1+ module github.com/andrewkroh/go-ingest-node/internal/ jsonschema
22
33go 1.23
44
You can’t perform that action at this time.
0 commit comments