Bump github.com/emersion/go-smtp from 0.20.2 to 0.21.0 #14
Annotations
10 errors
golangci-lint:
app/server/backend.go#L1
: # github.com/leonardinius/smtpd-proxy/app/server
|
golangci-lint:
app/server/options.go#L35
srv.smtp.EnableAuth undefined (type *"github.com/emersion/go-smtp".Server has no field or method EnableAuth)
|
golangci-lint:
app/server/options.go#L37
conn.Session().AuthPlain undefined (type "github.com/emersion/go-smtp".Session has no field or method AuthPlain)
|
golangci-lint:
app/server/server.go#L66
s.EnableAuth undefined (type *"github.com/emersion/go-smtp".Server has no field or method EnableAuth)
|
golangci-lint:
app/server/server.go#L68
conn.Session().AuthPlain undefined (type "github.com/emersion/go-smtp".Session has no field or method AuthPlain) (typecheck)
|
golangci-lint:
app/cmd/smtpd-proxy.go#L17
could not import github.com/leonardinius/smtpd-proxy/app/server (-: # github.com/leonardinius/smtpd-proxy/app/server
|
golangci-lint:
app/server/options.go#L35
srv.smtp.EnableAuth undefined (type *"github.com/emersion/go-smtp".Server has no field or method EnableAuth)
|
golangci-lint:
app/server/options.go#L37
conn.Session().AuthPlain undefined (type "github.com/emersion/go-smtp".Session has no field or method AuthPlain)
|
golangci-lint:
app/server/server.go#L66
s.EnableAuth undefined (type *"github.com/emersion/go-smtp".Server has no field or method EnableAuth)
|
golangci-lint:
app/server/server.go#L68
conn.Session().AuthPlain undefined (type "github.com/emersion/go-smtp".Session has no field or method AuthPlain)) (typecheck)
|
Loading