Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarpenter622 committed Jun 17, 2022
1 parent 3ec67d6 commit 511ca78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"time"

// Default Encoders
"github.com/nats-io/nats.go/encoders/builtin"
"github.com/mcarpenter622/nats.go/encoders/builtin"
)

// Encoder interface is for all register encoders
Expand Down
2 changes: 1 addition & 1 deletion nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"github.com/nats-io/nkeys"
"github.com/nats-io/nuid"

"github.com/nats-io/nats.go/util"
"github.com/mcarpenter622/nats.go/util"
)

// Default Constants
Expand Down

0 comments on commit 511ca78

Please sign in to comment.