Ignore .git folder in docker img. Use rotating file logger.
This commit is contained in:
3
go.mod
3
go.mod
@@ -13,6 +13,8 @@ replace internal/cache => ./internal/cache
|
||||
|
||||
require (
|
||||
github.com/glebarez/sqlite v1.10.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
||||
internal/session v1.0.0
|
||||
)
|
||||
|
||||
@@ -41,7 +43,6 @@ require (
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||
github.com/ugorji/go/codec v1.2.11 // indirect
|
||||
golang.org/x/arch v0.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user