mirror of
https://github.com/Yash-Handa/logo-ls.git
synced 2026-08-24 10:13:42 -05:00
10 lines
188 B
AMPL
10 lines
188 B
AMPL
module github.com/Yash-Handa/logo-ls
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/pborman/getopt/v2 v2.0.0
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
)
|