updated qrz
This commit is contained in:
parent
155f90c4fe
commit
e19450d529
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
GOCMD=go
|
||||
GOBUILDCMD=${GOCMD} build
|
||||
GOOPTIONS=-mod=vendor
|
||||
GOOPTIONS=-mod=vendor -ldflags="-s -w"
|
||||
PACKRCMD=${GOPATH}/bin/packr2
|
||||
|
||||
RMCMD=rm
|
||||
|
@ -3,7 +3,7 @@ package config
|
||||
import (
|
||||
"flag"
|
||||
|
||||
"git.paulbsd.com/paulbsd/qrz/src/utils"
|
||||
"git.paulbsd.com/paulbsd/qrz/utils"
|
||||
"gopkg.in/ini.v1"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user