From 271ccda18781782da1ce4f8b8ec4866d7e1f4782 Mon Sep 17 00:00:00 2001 From: Dimitrij Denissenko Date: Mon, 20 Feb 2017 14:13:02 +0000 Subject: [PATCH] Update import --- README.md | 2 +- universal_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beaffe52..abd430c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Redis client for Golang [![Build Status](https://travis-ci.org/go-redis/redis.png?branch=v5)](https://travis-ci.org/go-redis/redis) +# Redis client for Golang [![Build Status](https://travis-ci.org/go-redis/redis.png?branch=master)](https://travis-ci.org/go-redis/redis) Supports: diff --git a/universal_test.go b/universal_test.go index b05736c4..2a0850de 100644 --- a/universal_test.go +++ b/universal_test.go @@ -4,7 +4,7 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "gopkg.in/redis.v5" + "github.com/go-redis/redis" ) var _ = Describe("UniversalClient", func() {