1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

Use the external log, spf and systemd packages

The log, spf and systemd packages have been externalized; use them
instead of the internal version to avoid having two versions of the same
thing.
This commit is contained in:
Alberto Bertogli
2017-08-13 20:32:07 +01:00
parent 72477c0cfd
commit 033a5d657b
16 changed files with 11 additions and 1228 deletions

View File

@@ -23,11 +23,11 @@ import (
"blitiri.com.ar/go/chasquid/internal/aliases"
"blitiri.com.ar/go/chasquid/internal/courier"
"blitiri.com.ar/go/chasquid/internal/envelope"
"blitiri.com.ar/go/chasquid/internal/log"
"blitiri.com.ar/go/chasquid/internal/maillog"
"blitiri.com.ar/go/chasquid/internal/protoio"
"blitiri.com.ar/go/chasquid/internal/set"
"blitiri.com.ar/go/chasquid/internal/trace"
"blitiri.com.ar/go/log"
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/timestamp"