Skip to content

Commit

Permalink
Merge branch 'mjneil' into shard-map
Browse files Browse the repository at this point in the history
  • Loading branch information
mjneil authored Jun 10, 2020
2 parents 6688fb4 + 2900438 commit 9b4b332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/a8m/kinesis-producer
module github.com/mjneil/kinesis-producer

require (
github.com/aws/aws-sdk-go v1.21.10
Expand Down
2 changes: 1 addition & 1 deletion loggers/kplogrus/logrus.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package kplogrus

import (
producer "github.com/a8m/kinesis-producer"
producer "github.com/mjneil/kinesis-producer"
"github.com/sirupsen/logrus"
)

Expand Down
2 changes: 1 addition & 1 deletion loggers/kpzap/zap.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package kpzap
import (
"go.uber.org/zap"

producer "github.com/a8m/kinesis-producer"
producer "github.com/mjneil/kinesis-producer"
)

// Logger implements a zap.Logger logger for kinesis-producer
Expand Down

0 comments on commit 9b4b332

Please sign in to comment.