summaryrefslogtreecommitdiffstats
path: root/manualtesting
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-11 09:12:51 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-11 09:12:51 -0600
commitb1251b93932adf616a996725448d0b77fad0d3c1 (patch)
tree4c5482d77364e660faeed3da8bc21e305c1b749f /manualtesting
parent01d6a48419d351f92c40f8ed9352fa203cc46e4a (diff)
downloadchat-b1251b93932adf616a996725448d0b77fad0d3c1.tar.gz
chat-b1251b93932adf616a996725448d0b77fad0d3c1.tar.bz2
chat-b1251b93932adf616a996725448d0b77fad0d3c1.zip
Upgrade logging package
Diffstat (limited to 'manualtesting')
-rw-r--r--manualtesting/manual_testing.go2
-rw-r--r--manualtesting/test_autolink.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/manualtesting/manual_testing.go b/manualtesting/manual_testing.go
index b3d01a5a6..befc835fb 100644
--- a/manualtesting/manual_testing.go
+++ b/manualtesting/manual_testing.go
@@ -4,7 +4,7 @@
package manualtesting
import (
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/api"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
diff --git a/manualtesting/test_autolink.go b/manualtesting/test_autolink.go
index a13ec7a75..16d2d713a 100644
--- a/manualtesting/test_autolink.go
+++ b/manualtesting/test_autolink.go
@@ -4,7 +4,7 @@
package manualtesting
import (
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
)