summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 33808a0..38ef718 100644
--- a/main.go
+++ b/main.go
@@ -19,8 +19,8 @@ along with AutoVCV. If not, see <https://www.gnu.org/licenses/>.
package main
import (
- "autovcv/autovcv"
- "autovcv/vcv"
+ "github.com/pommicket/autovcv/autovcv"
+ "github.com/pommicket/autovcv/vcv"
"fmt"
"os"
"math/rand"