Skip to content

Commit

Permalink
Lower-case import path for github.com/Sirupsen/logrus
Browse files Browse the repository at this point in the history
fixes #404
  • Loading branch information
Victor Castell committed Aug 1, 2018
1 parent adf1c20 commit 2cafbe5
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
branch = "master"

[[constraint]]
name = "github.com/Sirupsen/logrus"
name = "github.com/sirupsen/logrus"
version = "^1.0.0"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion builtin/bins/dkron-processor-files/files_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/victorcoder/dkron/dkron"
)

Expand Down
2 changes: 1 addition & 1 deletion builtin/bins/dkron-processor-log/log_output.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/victorcoder/dkron/dkron"
)

Expand Down
2 changes: 1 addition & 1 deletion builtin/bins/dkron-processor-syslog/syslog_output.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/hashicorp/go-syslog"
"github.com/victorcoder/dkron/dkron"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"syscall"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/hashicorp/go-plugin"
"github.com/mitchellh/cli"
"github.com/victorcoder/dkron/dkron"
Expand Down
2 changes: 1 addition & 1 deletion cmd/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/hashicorp/go-plugin"
"github.com/kardianos/osext"
"github.com/victorcoder/dkron/dkron"
Expand Down
2 changes: 1 addition & 1 deletion dkron/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"sync"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/leadership"
metrics "github.com/armon/go-metrics"
"github.com/hashicorp/memberlist"
Expand Down
2 changes: 1 addition & 1 deletion dkron/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"strconv"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/valkeyrie/store"
gin "github.com/gin-gonic/gin"
)
Expand Down
2 changes: 1 addition & 1 deletion dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/spf13/viper"
)

Expand Down
2 changes: 1 addition & 1 deletion dkron/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/valkeyrie/store"
metrics "github.com/armon/go-metrics"
"github.com/victorcoder/dkron/proto"
Expand Down
2 changes: 1 addition & 1 deletion dkron/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/valkeyrie/store"
"github.com/victorcoder/dkron/proto"
)
Expand Down
2 changes: 1 addition & 1 deletion dkron/log.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package dkron

import (
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)

Expand Down
2 changes: 1 addition & 1 deletion dkron/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"text/template"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/jordan-wright/email"
)

Expand Down
2 changes: 1 addition & 1 deletion dkron/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"encoding/json"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/valkeyrie/store"
"github.com/hashicorp/serf/serf"
)
Expand Down
2 changes: 1 addition & 1 deletion dkron/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"expvar"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/armon/go-metrics"
"github.com/victorcoder/dkron/cron"
)
Expand Down
2 changes: 1 addition & 1 deletion dkron/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/abronan/valkeyrie"
"github.com/abronan/valkeyrie/store"
"github.com/abronan/valkeyrie/store/consul"
Expand Down

0 comments on commit 2cafbe5

Please sign in to comment.