mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-21 22:45:39 +00:00
16 lines
535 B
Modula-2
16 lines
535 B
Modula-2
module github.com/vbatts/utils
|
|
|
|
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
|
|
)
|