Big dependency update, all lowercase sirupsen's for all dependencies.

This commit is contained in:
Travis Reeder
2017-08-23 19:52:56 -07:00
parent f559acd7ed
commit d7bf64bf66
6149 changed files with 870816 additions and 184795 deletions

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"net/url"
"github.com/Sirupsen/logrus"
"github.com/fnproject/fn/api/datastore/internal/datastoreutil"
"github.com/fnproject/fn/api/datastore/sql"
"github.com/fnproject/fn/api/models"
"github.com/sirupsen/logrus"
)
func New(dbURL string) (models.Datastore, error) {

View File

@@ -13,7 +13,7 @@ import (
"reflect"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
"github.com/go-openapi/strfmt"
)

View File

@@ -12,7 +12,7 @@ import (
"path/filepath"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/go-sql-driver/mysql"
_ "github.com/go-sql-driver/mysql"

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"net/url"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/datastore/sql"
"github.com/fnproject/fn/api/models"
)

View File

@@ -11,7 +11,7 @@ import (
"path/filepath"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/boltdb/bolt"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"

View File

@@ -9,7 +9,7 @@ import (
"strings"
"sync"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
mq_config "github.com/iron-io/iron_go3/config"
ironmq "github.com/iron-io/iron_go3/mq"

View File

@@ -7,7 +7,7 @@ import (
"sync"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
"github.com/google/btree"

View File

@@ -6,7 +6,7 @@ import (
"net/url"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/opentracing/opentracing-go"
)

View File

@@ -9,7 +9,7 @@ import (
"strconv"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
"github.com/garyburd/redigo/redis"

View File

@@ -15,7 +15,7 @@ import (
"sync"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
taskpkg "github.com/fnproject/fn/api/runner/task"

View File

@@ -13,7 +13,7 @@ import (
"testing"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/datastore"
"github.com/fnproject/fn/api/logs"
"github.com/fnproject/fn/api/models"

View File

@@ -3,7 +3,7 @@ package common
import (
"context"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
// WithLogger stores the logger.

View File

@@ -4,7 +4,7 @@ import (
"net/url"
"os"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
func SetLogLevel(ll string) {

View File

@@ -3,7 +3,7 @@ package stats
import (
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
type LogReporter struct {

View File

@@ -8,7 +8,7 @@ import (
"os"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
type NewRelicAgentConfig struct {

View File

@@ -6,7 +6,7 @@ import (
"os"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/amir/raidman"
)

View File

@@ -5,7 +5,7 @@ import (
"net/url"
"strconv"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
func postStatHat(key, stat string, values url.Values) {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
type HTTPSubHandler interface {

View File

@@ -6,8 +6,8 @@ import (
"io/ioutil"
"net/url"
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/syslog"
"github.com/sirupsen/logrus"
logrus_syslog "github.com/sirupsen/logrus/hooks/syslog"
)
func NewSyslogHook(url *url.URL, prefix string) error {

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/runner/common"
"github.com/fnproject/fn/api/runner/drivers"
"github.com/fsouza/go-dockerclient"

View File

@@ -12,7 +12,7 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/runner/common"
"github.com/fsouza/go-dockerclient"
"github.com/opentracing/opentracing-go"

View File

@@ -8,7 +8,7 @@ import (
"io"
"sync"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
)

View File

@@ -13,7 +13,7 @@ import (
"sync"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
"github.com/fnproject/fn/api/runner/drivers"

View File

@@ -9,7 +9,7 @@ import (
"sync"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/id"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/drivers"

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/datastore"
"github.com/fnproject/fn/api/logs"
"github.com/fnproject/fn/api/models"

View File

@@ -7,7 +7,7 @@ import (
"net/http"
"runtime/debug"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api/models"
"github.com/fnproject/fn/api/runner/common"
"github.com/gin-gonic/gin"

View File

@@ -7,7 +7,7 @@ import (
"os/signal"
"strings"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
"github.com/spf13/viper"
)

View File

@@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/fnproject/fn/api"
"github.com/fnproject/fn/api/id"
"github.com/fnproject/fn/api/models"

View File

@@ -13,7 +13,7 @@ import (
"path"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/ccirello/supervisor"
"github.com/fnproject/fn/api"
"github.com/fnproject/fn/api/datastore"