Use goutils/die instead of kisom/die.
Also removes the "logging" package from showimp, as this is intended primarily for server programs.
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/kisom/die"
|
||||
"github.com/kisom/goutils/die"
|
||||
)
|
||||
|
||||
var validPEMs = map[string]bool{
|
||||
|
||||
Reference in New Issue
Block a user