mirror of
https://github.com/Yash-Handa/logo-ls.git
synced 2026-08-24 02:24:25 -05:00
17 lines
581 B
AMPL
17 lines
581 B
AMPL
module github.com/Yash-Handa/logo-ls
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/mattn/go-colorable v0.1.7
|
|
github.com/pborman/getopt/v2 v2.0.0
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
|
|
)
|