Skip to content

Commit

Permalink
Revendoring logrus to deal with rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandall committed Aug 24, 2017
1 parent 0e8ec74 commit 38871c8
Show file tree
Hide file tree
Showing 584 changed files with 99,476 additions and 7,489 deletions.
27 changes: 16 additions & 11 deletions glide.lock

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

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ import:
- package: github.com/dchest/siphash
- package: gopkg.in/fsnotify.v1
- package: github.com/ghodss/yaml
- package: github.com/Sirupsen/logrus
version: v0.11.4
- package: github.com/sirupsen/logrus
version: v1.0.3
2 changes: 1 addition & 1 deletion runtime/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

"io/ioutil"

"github.com/Sirupsen/logrus"
"github.com/open-policy-agent/opa/server/types"
"github.com/sirupsen/logrus"
)

func loggingEnabled(level logrus.Level) bool {
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ import (

"path/filepath"

"github.com/Sirupsen/logrus"
"github.com/open-policy-agent/opa/ast"
"github.com/open-policy-agent/opa/repl"
"github.com/open-policy-agent/opa/server"
"github.com/open-policy-agent/opa/storage"
"github.com/open-policy-agent/opa/storage/inmem"
"github.com/open-policy-agent/opa/version"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)

// Params stores the configuration for an OPA instance.
Expand Down
7 changes: 7 additions & 0 deletions vendor/github.com/gorilla/mux/mux.go

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

22 changes: 22 additions & 0 deletions vendor/github.com/gorilla/mux/mux_test.go

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

19 changes: 15 additions & 4 deletions vendor/github.com/gorilla/mux/route.go

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

13 changes: 9 additions & 4 deletions vendor/github.com/mna/pigeon/Makefile

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

Loading

0 comments on commit 38871c8

Please sign in to comment.