diff options
Diffstat (limited to 'vendor/github.com/Rhymen/go-whatsapp/go.mod')
-rw-r--r-- | vendor/github.com/Rhymen/go-whatsapp/go.mod | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/Rhymen/go-whatsapp/go.mod b/vendor/github.com/Rhymen/go-whatsapp/go.mod deleted file mode 100644 index fcc2dd9d..00000000 --- a/vendor/github.com/Rhymen/go-whatsapp/go.mod +++ /dev/null @@ -1,11 +0,0 @@ -module github.com/Rhymen/go-whatsapp - -require ( - github.com/golang/protobuf v1.4.1 - github.com/gorilla/websocket v1.4.1 - github.com/pkg/errors v0.8.1 - golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 - google.golang.org/protobuf v1.25.0 -) - -go 1.13 |