Correct some error handling, use package that provides useful stack traces

This commit is contained in:
Dane Everitt
2019-11-16 17:01:38 -08:00
parent 56be65888c
commit cae0090763
7 changed files with 24 additions and 9 deletions

View File

@@ -2,9 +2,9 @@ package installer
import (
"encoding/json"
"errors"
"github.com/asaskevich/govalidator"
"github.com/buger/jsonparser"
"github.com/pkg/errors"
"github.com/pterodactyl/wings/config"
"github.com/pterodactyl/wings/server"
"go.uber.org/zap"