1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2025-07-12 12:09:11 +00:00

go*: one go module for the repo, no more nested

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-26 19:34:55 +00:00
parent a788e9ac95
commit 4ab3be9bc6
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
632 changed files with 153930 additions and 133148 deletions

15
go.mod
View file

@ -1,3 +1,16 @@
module github.com/vbatts/utils
go 1.19
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
)