From 35e3defc625aee34a21f9a7ac4a08609e5b46ba6 Mon Sep 17 00:00:00 2001 From: Jack Henschel Date: Tue, 11 Feb 2020 16:29:52 +0100 Subject: [PATCH] Remove "no depdencies" statement from README As is apparent from the current go.mod file, this library definitely depends on various other libraries. This in turn makes it depend on Go 1.13 (currently). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c6518..3487b01 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The goal is to make simple to write simple XMPP clients and components: - For writing simple chatbot to control a service or a thing, - For writing XMPP servers components. -The library is designed to have minimal dependencies. For now, the library does not depend on any other library. +The library is designed to have minimal dependencies. Currently it requires at least Go 1.13. ## Configuration and connection