fix: add missing log import in agent/instance.go
This commit is contained in:
parent
88da084356
commit
f0c6727fcc
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package agent
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"regexp"
|
"regexp"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue