summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/license.go2
-rw-r--r--utils/license.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/license.go b/api/license.go
index 06bde2b6c..5b3809651 100644
--- a/api/license.go
+++ b/api/license.go
@@ -5,7 +5,7 @@ package api
import (
"bytes"
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/gorilla/mux"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/utils"
diff --git a/utils/license.go b/utils/license.go
index 84d5bae02..7594e33af 100644
--- a/utils/license.go
+++ b/utils/license.go
@@ -17,7 +17,7 @@ import (
"strconv"
"strings"
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/mattermost/platform/model"
)