2024-04-26 18:44:51 +00:00
|
|
|
module github.com/vbatts/utils
|
|
|
|
|
2024-04-26 19:34:55 +00:00
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.3.2
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.12.0
|
|
|
|
github.com/luksen/maildir v0.0.0-20210101204218-7ed7afdce6bf
|
|
|
|
github.com/mattn/go-gtk v0.0.0-20240119050609-48574e312fac // indirect
|
|
|
|
github.com/mqu/go-notify v0.0.0-20130719194048-ef6f6f49d093
|
|
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
|
|
)
|