Adding build and dependency changing

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-05-02 04:46:15 -07:00
parent 352a85877c
commit 195d85016a
5 changed files with 22 additions and 3 deletions

View file

@ -14,7 +14,7 @@
package main
import "github.com/kris-nova/novaarchive/logger"
import "github.com/kris-nova/logger"
func main() {

View file

@ -17,7 +17,7 @@ package main
import (
"os"
"github.com/kris-nova/novaarchive/logger"
"github.com/kris-nova/logger"
)
func main() {