updated g2g

This commit is contained in:
Paul 2020-02-04 18:42:30 +01:00
parent bb4ba277be
commit eea08bba8d
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
GOCMD=go
GOBUILDCMD=${GOCMD} build
GOOPTIONS=-mod=vendor -ldflags="-s -w"
GOOPTIONS=-mod=vendor -ldflags="-s -w"
VERSION := $(shell cat ./VERSION)
RMCMD=rm

View File

@ -4,7 +4,7 @@ import (
"flag"
"time"
"git.paulbsd.com/paulbsd/g2g/src/utils"
"git.paulbsd.com/paulbsd/g2g/utils"
"gopkg.in/ini.v1"
)