Skip to content

Commit 51d99cd

Browse files
committed
agent: v0.3.2
1 parent 368664f commit 51d99cd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

agent/cmd/cm-honeybee-agent/main.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ package main
33
import (
44
_ "embed"
55
"fmt"
6+
"log"
7+
"os"
8+
"os/signal"
9+
"strings"
10+
"sync"
11+
"syscall"
12+
613
"github.com/cloud-barista/cm-honeybee/agent/common"
714
"github.com/cloud-barista/cm-honeybee/agent/lib/config"
815
"github.com/cloud-barista/cm-honeybee/agent/lib/privileged"
@@ -11,15 +18,9 @@ import (
1118
"github.com/jollaman999/utils/fileutil"
1219
"github.com/jollaman999/utils/logger"
1320
"github.com/jollaman999/utils/syscheck"
14-
"log"
15-
"os"
16-
"os/signal"
17-
"strings"
18-
"sync"
19-
"syscall"
2021
)
2122

22-
var version = "v0.3.0"
23+
var version = "v0.3.2"
2324

2425
func init() {
2526
argsWithoutProg := os.Args[1:]

0 commit comments

Comments
 (0)