rename to new lowercase github namespace

This commit is contained in:
Jakob Schrettenbrunner
2018-02-20 21:25:31 +01:00
parent 0b3fb72a97
commit e4e060a82f
13 changed files with 21 additions and 21 deletions

View File

@@ -5,14 +5,14 @@ import (
"path/filepath"
"time"
"github.com/Pterodactyl/wings/constants"
"github.com/pterodactyl/wings/constants"
rotatelogs "github.com/lestrrat/go-file-rotatelogs"
"github.com/rifflock/lfshook"
log "github.com/sirupsen/logrus"
"github.com/spf13/viper"
"github.com/Pterodactyl/wings/config"
"github.com/pterodactyl/wings/config"
)
// InitLogging initalizes the logging library for first use.