Skip to content

Commit d605a97

Browse files
committed
feat: add thread capabilities
Ref: EXP-2878 Signed-off-by: Mauro Sardara <[email protected]>
1 parent 06e5267 commit d605a97

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go/converter/sfconverter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"strings"
2626
"time"
2727

28-
"github.com/sysflow-telemetry/sf-apis/go/logger"
29-
"github.com/sysflow-telemetry/sf-apis/go/sfgo"
28+
"github.com/cisco-eti/sf-apis/go/logger"
29+
"github.com/cisco-eti/sf-apis/go/sfgo"
3030
)
3131

3232
// SFObjectConverter converts goavro schema objects into gogen objects.

go/plugins/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package plugins
2222

2323
import (
24-
"github.com/sysflow-telemetry/sf-apis/go/sfgo"
24+
"github.com/cisco-eti/sf-apis/go/sfgo"
2525
)
2626

2727
// SFHandler defines the SysFlow handler interface.

go/plugins/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package plugins
2222

2323
import (
24-
"github.com/sysflow-telemetry/sf-apis/go/sfgo"
24+
"github.com/cisco-eti/sf-apis/go/sfgo"
2525
)
2626

2727
// CtxSysFlow defines a container for wrapping a SysFlow record with contextual information

go/secrets/secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"os"
2727
"strings"
2828

29-
"github.com/sysflow-telemetry/sf-apis/go/sfgo"
29+
"github.com/cisco-eti/sf-apis/go/sfgo"
3030
)
3131

3232
// Secrets stores a container secrets.

0 commit comments

Comments
 (0)