@@ -3,15 +3,15 @@ module github.com/neo4j/cli
33go 1.22.2
44
55require (
6- github.com/google/go-cmp v0.6 .0
6+ github.com/google/go-cmp v0.7 .0
77 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
8- github.com/spf13/afero v1.11 .0
9- github.com/spf13/cobra v1.8 .1
10- github.com/spf13/pflag v1.0.5
11- github.com/spf13/viper v1.19 .0
12- github.com/stretchr/testify v1.9.0
13- github.com/tidwall/gjson v1.14.2
14- golang.org/x/sys v0.22 .0
8+ github.com/spf13/afero v1.15 .0
9+ github.com/spf13/cobra v1.10 .1
10+ github.com/spf13/pflag v1.0.10
11+ github.com/spf13/viper v1.21 .0
12+ github.com/stretchr/testify v1.11.1
13+ github.com/tidwall/gjson v1.18.0
14+ golang.org/x/sys v0.38 .0
1515)
1616
1717require (
@@ -26,7 +26,7 @@ require (
2626 github.com/fsnotify/fsnotify v1.7.0 // indirect
2727 github.com/hashicorp/hcl v1.0.0 // indirect
2828 github.com/inconshreveable/mousetrap v1.1.0 // indirect
29- github.com/jedib0t/go-pretty/v6 v6.5 .9
29+ github.com/jedib0t/go-pretty/v6 v6.6 .9
3030 github.com/magiconair/properties v1.8.7 // indirect
3131 github.com/mitchellh/mapstructure v1.5.0 // indirect
3232 github.com/pelletier/go-toml/v2 v2.2.2 // indirect
0 commit comments