fix import

This commit is contained in:
autom8ter 2020-01-15 12:04:21 -07:00
parent 9f5517814e
commit 2849d52fa5
2 changed files with 1 additions and 3 deletions

1
go.mod
View file

@ -11,7 +11,6 @@ require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/google/btree v1.0.0 // indirect

View file

@ -25,7 +25,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/ghodss/yaml"
"io"
"log"
"os"