@@ -3,27 +3,27 @@ module github.com/wakatime/wakatime-cli
33go 1.25.5
44
55require (
6- github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
6+ github.com/Azure/go-ntlmssp v0.1.0
77 github.com/alecthomas/assert v1.0.0
8- github.com/alecthomas/chroma/v2 v2.18 .0
8+ github.com/alecthomas/chroma/v2 v2.20 .0
99 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
1010 github.com/dlclark/regexp2 v1.11.5
1111 github.com/gandarez/go-olson-timezone v0.1.0
1212 github.com/gandarez/go-realpath v1.0.0
1313 github.com/go-viper/encoding/ini v0.1.1
1414 github.com/juju/mutex v0.0.0-20180619145857-d21b13acf4bf
15- github.com/kevinburke/ssh_config v1.2.1-0.20220605204831-a56e914e7283
15+ github.com/kevinburke/ssh_config v1.4.0
1616 github.com/matishsiao/goInfo v0.0.0-20241216093258-66a9250504d6
1717 github.com/mitchellh/go-homedir v1.1.0
18- github.com/pkg/sftp v1.13.9
18+ github.com/pkg/sftp v1.13.10
1919 github.com/slongfield/pyfmt v0.0.0-20220222012616-ea85ff4c361f
20- github.com/spf13/cast v1.9.2
21- github.com/spf13/cobra v1.9 .1
22- github.com/spf13/viper v1.20.1
23- github.com/stretchr/testify v1.10.0
24- go.etcd.io/bbolt v1.4.2
25- go.uber.org/zap v1.27.0
26- golang.org/x/crypto v0.44 .0
20+ github.com/spf13/cast v1.10.0
21+ github.com/spf13/cobra v1.10 .1
22+ github.com/spf13/viper v1.21.0
23+ github.com/stretchr/testify v1.11.1
24+ go.etcd.io/bbolt v1.4.3
25+ go.uber.org/zap v1.27.1
26+ golang.org/x/crypto v0.45 .0
2727 golang.org/x/net v0.47.0
2828 golang.org/x/text v0.31.0
2929 gopkg.in/ini.v1 v1.67.0
@@ -32,7 +32,7 @@ require (
3232
3333require (
3434 github.com/alecthomas/colour v0.1.0 // indirect
35- github.com/alecthomas/repr v0.4.0 // indirect
35+ github.com/alecthomas/repr v0.5.1 // indirect
3636 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3737 github.com/fsnotify/fsnotify v1.9.0 // indirect
3838 github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
@@ -46,14 +46,14 @@ require (
4646 github.com/mattn/go-isatty v0.0.20 // indirect
4747 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4848 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
49- github.com/sagikazarmark/locafero v0.9 .0 // indirect
49+ github.com/sagikazarmark/locafero v0.12 .0 // indirect
5050 github.com/sergi/go-diff v1.3.1 // indirect
51- github.com/sourcegraph/conc v0.3.0 // indirect
52- github.com/spf13/afero v1.14.0 // indirect
53- github.com/spf13/pflag v1.0.6 // indirect
51+ github.com/spf13/afero v1.15.0 // indirect
52+ github.com/spf13/pflag v1.0.10 // indirect
5453 github.com/subosito/gotenv v1.6.0 // indirect
5554 github.com/yookoala/realpath v1.0.0 // indirect
5655 go.uber.org/multierr v1.11.0 // indirect
56+ go.yaml.in/yaml/v3 v3.0.4 // indirect
5757 golang.org/x/sys v0.38.0 // indirect
5858 gopkg.in/yaml.v3 v3.0.1 // indirect
5959)
0 commit comments