Skip to content

Commit

Permalink
use fork of roll so that we don't crash on 429 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Jun 29, 2019
1 parent c57b712 commit 4856a3d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 30 deletions.
34 changes: 17 additions & 17 deletions Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@
[[constraint]]
branch = "v2"
name = "github.com/jesseduffield/yaml"

[[constraint]]
branch = "master"
name = "github.com/jesseduffield/roll"
2 changes: 1 addition & 1 deletion pkg/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"path/filepath"

"github.com/heroku/rollrus"
"github.com/jesseduffield/lazydocker/pkg/config"
"github.com/jesseduffield/rollrus"
"github.com/sirupsen/logrus"
)

Expand Down
File renamed without changes.

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

File renamed without changes.
File renamed without changes.

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

0 comments on commit 4856a3d

Please sign in to comment.