Skip to content

Commit d6c29d2

Browse files
committed
update go-log version
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
1 parent 43afd89 commit d6c29d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amqp/amqp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/kelseyhightower/envconfig"
1515
"github.com/streadway/amqp"
1616
"gopkg.in/src-d/go-errors.v1"
17-
"gopkg.in/src-d/go-log.v0"
17+
"gopkg.in/src-d/go-log.v1"
1818
)
1919

2020
func init() {

0 commit comments

Comments
 (0)