mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
* Swap out gopass dependency Remove github.com/mewbak/gopass in favor of github.com/howeyc/gopass * Add Windows to Makefile and build_release Added Windows/386 and Windows/amd64 to the Makefile. Some minor changes needed to be made to build_release to give the windows binary the ".exe" extension. * Makefile: remove windows/amd64
20 lines
732 B
Plaintext
20 lines
732 B
Plaintext
[submodule "vendor/github.com/alexcesaro/log"]
|
|
path = vendor/github.com/alexcesaro/log
|
|
url = https://github.com/alexcesaro/log
|
|
branch = master
|
|
[submodule "vendor/github.com/jessevdk/go-flags"]
|
|
path = vendor/github.com/jessevdk/go-flags
|
|
url = https://github.com/jessevdk/go-flags
|
|
branch = master
|
|
[submodule "vendor/github.com/shazow/rateio"]
|
|
path = vendor/github.com/shazow/rateio
|
|
url = https://github.com/shazow/rateio
|
|
branch = master
|
|
[submodule "vendor/github.com/dustin/go-humanize"]
|
|
path = vendor/github.com/dustin/go-humanize
|
|
url = https://github.com/dustin/go-humanize
|
|
branch = master
|
|
[submodule "vendor/github.com/howeyc/gopass"]
|
|
path = vendor/github.com/howeyc/gopass
|
|
url = https://github.com/howeyc/gopass.git
|