Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
codecs : fix govalidator import
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeantet committed Jun 7, 2017
1 parent 7866581 commit 1cc16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecs/rubydebug/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package rubydebugcodec
import (
"io"

"github.com/go-playground/validator"
"github.com/k0kubun/pp"
"github.com/mitchellh/mapstructure"
"github.com/vjeantet/bitfan/codecs/lib"
"gopkg.in/go-playground/validator.v8"
)

// Prettyprint event
Expand Down

0 comments on commit 1cc16dd

Please sign in to comment.