remove unused reflect from config pkg

This commit is contained in:
Tomas Kral
2018-02-05 19:10:27 +01:00
parent bdd0e1a548
commit fb126ea50b

View File

@@ -5,7 +5,6 @@ import (
"os"
"os/user"
"path/filepath"
"reflect"
"github.com/ghodss/yaml"
"github.com/pkg/errors"