update module refs to work in outside GOPATH

This commit is contained in:
2024-03-06 12:51:55 +05:30
parent 664f82d4cf
commit 7910cec1e0
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
GO_MODULE = qc GO_MODULE = gitea.kevinnlsamuel.com/kevinnls/qc
GO_MODULE_FULL = gitea.kevinnlsamuel.com/kevinnls/$(GO_MODULE)
ifeq "$(shell command -v go)" "" ifeq "$(shell command -v go)" ""

View File

@@ -3,7 +3,7 @@ package main
import ( import (
"fmt" "fmt"
"os" "os"
"qc/internal/argparser" "gitea.kevinnlsamuel.com/kevinnls/qc/internal/argparser"
) )
func main() { func main() {