Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
f0cii committed Jul 14, 2020
1 parent 0d31c80 commit 002892d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ module github.com/coinrust/log
go 1.13

require (
github.com/coinrust/slog v0.0.0-00010101000000-000000000000
github.com/coinrust/slog v0.0.0-20200714050344-0cf702ec1667
go.uber.org/zap v1.15.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

replace github.com/coinrust/slog => ../../../github.com/coinrust/slog
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/coinrust/slog v0.0.0-20200714050344-0cf702ec1667 h1:cHL8dii8ROuRfoZ/iVs+XxOT6eNLdAuXxWGyIwdFuNI=
github.com/coinrust/slog v0.0.0-20200714050344-0cf702ec1667/go.mod h1:D+5nFdm1IVRqmOBEq6TLS8KOAKwrBxVzoVW7GzCZV/Y=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
Expand Down

0 comments on commit 002892d

Please sign in to comment.