chore: update go.mod

This commit is contained in:
2023-08-28 11:13:11 +08:00
parent 7e8f07a958
commit 0555f652b5
3 changed files with 642 additions and 21 deletions

View File

@ -2,6 +2,7 @@ package main
import (
"context"
"github.com/codfrm/cago/pkg/component"
"log"
"github.com/codfrm/cago"
@ -19,6 +20,7 @@ func main() {
}
err = cago.New(ctx, cfg).
Registry(component.Logger()).
Registry(cago.FuncComponent(logger.Logger)).
Registry(pushcat.Pushcat()).
Registry(watch.Watch()).