Skip to content

Commit

Permalink
move-to-stderrors
Browse files Browse the repository at this point in the history
  • Loading branch information
BoskyWSMFN committed Sep 30, 2024
1 parent 8b0a6b3 commit 4f2688d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/nats-io/nats.go v1.37.0
github.com/nats-io/stan.go v0.10.4
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.27.0
Expand Down
2 changes: 1 addition & 1 deletion nats/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package nats

import (
"context"
"errors"
"sync"
"testing"
"time"

"github.com/imperiuse/advanced-nats-client/v1/nats/mocks"
m "github.com/imperiuse/advanced-nats-client/v1/serializable/mock"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"
Expand Down
2 changes: 1 addition & 1 deletion streaming/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package streaming

import (
"context"
"errors"
"fmt"
"sync"
"testing"
Expand All @@ -13,7 +14,6 @@ import (
"github.com/imperiuse/advanced-nats-client/v1/serializable/mock"
"github.com/imperiuse/advanced-nats-client/v1/streaming/mocks"
"github.com/imperiuse/advanced-nats-client/v1/uuid"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
mock2 "github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"
Expand Down

0 comments on commit 4f2688d

Please sign in to comment.