@@ -3,7 +3,7 @@ module github.com/kriechi/git-monitor
3
3
go 1.17
4
4
5
5
require (
6
- github.com/go-git/go-git/v5 v5.11 .0
6
+ github.com/go-git/go-git/v5 v5.13 .0
7
7
github.com/mitchellh/go-homedir v1.1.0
8
8
github.com/olekukonko/tablewriter v0.0.5
9
9
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
@@ -14,13 +14,13 @@ require (
14
14
require (
15
15
dario.cat/mergo v1.0.0 // indirect
16
16
github.com/Microsoft/go-winio v0.6.1 // indirect
17
- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
17
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
18
18
github.com/cloudflare/circl v1.3.7 // indirect
19
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
19
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
20
20
github.com/emirpasic/gods v1.18.1 // indirect
21
21
github.com/fsnotify/fsnotify v1.5.1 // indirect
22
22
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
23
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
23
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
24
24
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
25
25
github.com/hashicorp/hcl v1.0.0 // indirect
26
26
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -31,8 +31,8 @@ require (
31
31
github.com/mitchellh/mapstructure v1.4.2 // indirect
32
32
github.com/pelletier/go-toml v1.9.4 // indirect
33
33
github.com/pjbgf/sha1cd v0.3.0 // indirect
34
- github.com/sergi/go-diff v1.1.0 // indirect
35
- github.com/skeema/knownhosts v1.2.1 // indirect
34
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
35
+ github.com/skeema/knownhosts v1.3.0 // indirect
36
36
github.com/spf13/afero v1.6.0 // indirect
37
37
github.com/spf13/cast v1.4.1 // indirect
38
38
github.com/spf13/jwalterweatherman v1.1.0 // indirect
0 commit comments