1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

9 lines
225 B
Modula-2
Raw Normal View History

2020-10-03 14:54:55 +10:00
module github.com/OpenPeeDeeP/xdg
2019-12-13 11:29:12 +01:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2020-10-03 14:54:55 +10:00
github.com/stretchr/objx v0.1.1 // indirect
2019-12-13 11:29:12 +01:00
github.com/stretchr/testify v1.2.2
)