File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "github.com/Azure/azure-container-networking/cns/logger"
99 nodesubnet "github.com/Azure/azure-container-networking/cns/nodesubnet"
1010 "github.com/Azure/azure-container-networking/cns/types"
11- errors "github.com/pkg/errors"
11+ "github.com/pkg/errors"
1212)
1313
1414var _ nodesubnet.IPConsumer = & HTTPRestService {}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "github.com/Azure/azure-container-networking/cns/dockerclient"
1414 "github.com/Azure/azure-container-networking/cns/logger"
1515 "github.com/Azure/azure-container-networking/cns/networkcontainers"
16- nodesubnet "github.com/Azure/azure-container-networking/cns/nodesubnet"
16+ "github.com/Azure/azure-container-networking/cns/nodesubnet"
1717 "github.com/Azure/azure-container-networking/cns/routes"
1818 "github.com/Azure/azure-container-networking/cns/types"
1919 "github.com/Azure/azure-container-networking/cns/types/bounded"
You can’t perform that action at this time.
0 commit comments