: update {S->s}irupsen/logrus

This commit is contained in:
Eric Stroczynski
2017-07-25 13:45:17 -07:00
parent 0e0b4c53ef
commit 4a88d0641a
28 changed files with 34 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"os"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"golang.org/x/crypto/bcrypt"
"github.com/coreos/dex/server"

View File

@@ -13,8 +13,8 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/ghodss/yaml"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"