summaryrefslogtreecommitdiffstats
path: root/utils/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/license.go')
-rw-r--r--utils/license.go2
1 files changed, 1 insertions, 1 deletions
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"
)