Skip to content

Commit

Permalink
Updated Sarama dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed Nov 19, 2018
1 parent 6e86c7a commit ebef83d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
version = "0.8.0"

[[constraint]]
name = "gopkg.in/Shopify/sarama.v1"
name = "github.com/Shopify/sarama"
version = "1.19.0"

[prune]
Expand Down
2 changes: 1 addition & 1 deletion goflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"bytes"
)

const AppVersion = "GoFlow v2.0.6"
const AppVersion = "GoFlow v2.0.7"

var (
FEnable = flag.Bool("netflow", true, "Enable NetFlow")
Expand Down
2 changes: 1 addition & 1 deletion transport/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
log "github.com/Sirupsen/logrus"
flowmessage "github.com/cloudflare/goflow/pb"
proto "github.com/golang/protobuf/proto"
sarama "gopkg.in/Shopify/sarama.v1"
sarama "github.com/Shopify/sarama"
"os"
)

Expand Down

0 comments on commit ebef83d

Please sign in to comment.