Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
fix sirupsen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Weiss committed Jan 12, 2019
1 parent a340848 commit 8526748
Show file tree
Hide file tree
Showing 499 changed files with 98,213 additions and 17,584 deletions.
32 changes: 16 additions & 16 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.2.0"
name = "github.com/sirupsen/logrus"
version = "1.3.0"

[[constraint]]
branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

All dependencies included within the `vendor/` directory are not in the public domain and are licensed as follows:

- [github.com/Sirupsen/logrus: MIT License](/~https://github.com/sirupsen/logrus/blob/master/LICENSE): Copyright (c) 2014 Simon Eskildsen
- [github.com/sirupsen/logrus: MIT License](/~https://github.com/sirupsen/logrus/blob/master/LICENSE): Copyright (c) 2014 Simon Eskildsen
- [github.com/santhosh-tekuri/jsonschema: BSD 3-clause "New" or "Revised License](/~https://github.com/santhosh-tekuri/jsonschema/blob/master/LICENSE): Copyright (c) 2017 Santhosh Kumar Tekuri. All rights reserved.
- [/~https://github.com/urfave/cli: MIT License](/~https://github.com/urfave/cli/blob/master/LICENSE): Copyright (c) 2016 Jeremy Saenz & Contributors
- [gopkg.in/yaml.v2: Apache License 2.0](/~https://github.com/go-yaml/yaml/blob/v2/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (
"fmt"
"os"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/cli/cmd/convert"
"github.com/docker/oscalkit/cli/version"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/convert/oscal.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"path/filepath"
"strings"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/types/oscal"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"io/ioutil"
"os"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/generator"
"github.com/docker/oscalkit/templates"
"github.com/docker/oscalkit/types/oscal/catalog"
"github.com/sirupsen/logrus"

"github.com/urfave/cli"
)
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/implementation.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"log"
"os"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/generator"
"github.com/docker/oscalkit/impl"
"github.com/docker/oscalkit/templates"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ package cmd
import (
"path/filepath"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/validator"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion generator/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"os"
"strings"

"github.com/Sirupsen/logrus"
"github.com/docker/oscalkit/types/oscal/catalog"
"github.com/docker/oscalkit/types/oscal/profile"
"github.com/sirupsen/logrus"
)

//CreateCatalogsFromProfile maps profile controls to multiple catalogs
Expand Down
2 changes: 1 addition & 1 deletion validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
"os/exec"
"path/filepath"

"github.com/Sirupsen/logrus"
"github.com/santhosh-tekuri/jsonschema"
"github.com/santhosh-tekuri/jsonschema/loader"
"github.com/sirupsen/logrus"
)

// Workaround for unpublished schemas referenced by http://csrc.nist.gov/ns/oscal
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

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

1 change: 1 addition & 0 deletions vendor/github.com/Sirupsen/logrus/README.md

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

Loading

0 comments on commit 8526748

Please sign in to comment.