Hopefully fix the issue when using go get
This commit is contained in:
parent
f36c0a7817
commit
e9128d7b90
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module traktorNmlUtils
|
||||
module git.thcfree.dev/THCFree/TraktorNmlUtils
|
||||
|
||||
go 1.23.1
|
||||
|
||||
|
4
main.go
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user