write code frame

This commit is contained in:
2025-09-08 19:27:23 +07:00
parent 49930fc968
commit f0dc0f32fa
8 changed files with 739 additions and 1 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/example/mail-migrator
go 1.22
require (
github.com/emersion/go-imap v1.2.1
github.com/urfave/cli/v2 v2.25.7
go.etcd.io/bbolt v1.3.8
github.com/sirupsen/logrus v1.9.3
)