diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build diff --git a/go.mod b/go.mod index 4b9e04c..e2d0bda 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module foosoft.net/projects/mex +module git.foosoft.net/alex/mex -go 1.20 +go 1.21.5 diff --git a/mex/mex.go b/mex/mex.go index 1f58ca2..85cd6de 100644 --- a/mex/mex.go +++ b/mex/mex.go @@ -6,7 +6,7 @@ import ( "log" "os" - "foosoft.net/projects/mex" + "git.foosoft.net/alex/mex" ) func processPath(inputPath, outputDir string, config mex.ExportConfig) error {