1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

build sender

This commit is contained in:
Zack Scholl 2019-04-08 09:49:34 -07:00
parent 6999b292c0
commit db7cd4194c
4 changed files with 26 additions and 2 deletions

1
go.mod
View file

@ -14,4 +14,5 @@ require (
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)