Browse Source

Update env.go

Sirupsen/logrus needs to be renamed to sirupsen/logrus
https://github.com/vmware/vsphere-storage-for-docker/issues/2000
master
danzhilin 5 years ago
parent
commit
cded01c48a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      env.go

+ 1
- 1
env.go View File

@@ -10,7 +10,7 @@ import (
"strconv"
"strings"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/goanywhere/fs"
)


Loading…
Cancel
Save