File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ package ads
22
22
import (
23
23
"context"
24
24
"fmt"
25
- "github.com/apache/plc4x/plc4go/spi/utils"
26
25
"runtime/debug"
27
26
"time"
28
27
29
28
"github.com/apache/plc4x/plc4go/protocols/ads/readwrite/model"
30
29
"github.com/apache/plc4x/plc4go/spi"
30
+ "github.com/apache/plc4x/plc4go/spi/utils"
31
31
)
32
32
33
33
func (m * Connection ) ExecuteAdsReadDeviceInfoRequest (ctx context.Context ) (model.AdsReadDeviceInfoResponse , error ) {
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ package utils
21
21
22
22
import (
23
23
"fmt"
24
- "github.com/rs/zerolog/log"
25
24
"runtime"
26
25
"runtime/pprof"
27
26
"strings"
28
27
"sync"
29
28
"time"
30
29
31
30
"github.com/rs/zerolog"
31
+ "github.com/rs/zerolog/log"
32
32
)
33
33
34
34
type stopWarnOptions struct {
You can’t perform that action at this time.
0 commit comments