removed old logging config

This commit is contained in:
Michael 2022-07-09 01:21:37 +01:00
parent 855d45f3fd
commit cf66a3a4fe
Signed by: michael
GPG Key ID: 523BD9EF68BDD44C
2 changed files with 1 additions and 6 deletions

View File

@ -10,11 +10,6 @@ import (
type Config struct {
Path string `json:"path"`
Account []Account `json:"account"`
Logger struct {
Path string `json:"path"`
Mode string `json:"mode"`
Level int `json:"level"`
} `json:"logger"`
}
type Account struct {

2
go.mod
View File

@ -5,5 +5,5 @@ go 1.16
require (
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
golang.org/x/net v0.0.0-20220621193019-9d032be2e588
golang.org/x/net v0.0.0-20220708220712-1185a9018129
)