Skip to content

Commit 19720a1

Browse files
updated package path. Changed to caps (#429)
1 parent d0a9343 commit 19720a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aitelemetry/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"sync"
55

66
"github.com/Azure/azure-container-networking/common"
7-
"github.com/microsoft/ApplicationInsights-Go/appinsights"
7+
"github.com/Microsoft/ApplicationInsights-Go/appinsights"
88
)
99

1010
// Application trace/log structure

aitelemetry/telemetrywrapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/Azure/azure-container-networking/common"
88
"github.com/Azure/azure-container-networking/log"
99
"github.com/Azure/azure-container-networking/store"
10-
"github.com/microsoft/ApplicationInsights-Go/appinsights"
10+
"github.com/Microsoft/ApplicationInsights-Go/appinsights"
1111
)
1212

1313
const (

0 commit comments

Comments
 (0)