diff --git a/go.mod b/go.mod index 0db0186..0fdf2fc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module traktorNmlUtils +module git.thcfree.dev/THCFree/TraktorNmlUtils go 1.23.1 diff --git a/main.go b/main.go index 90422b2..308f944 100644 --- a/main.go +++ b/main.go @@ -2,12 +2,12 @@ package main import ( "fmt" + "git.thcfree.dev/THCFree/TraktorNmlUtils/models/collection" + "git.thcfree.dev/THCFree/TraktorNmlUtils/models/history" "github.com/urfave/cli/v2" "log" "os" "path/filepath" - "traktorNmlUtils/models/collection" - "traktorNmlUtils/models/history" ) // Most of this code is based on the original python library https://github.com/wolkenarchitekt/traktor-nml-utils/ thus is subject to the same license reference it at LICENSE.txt