Skip to content

Commit 35e3def

Browse files
authored
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).
1 parent 79cd7e3 commit 35e3def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal is to make simple to write simple XMPP clients and components:
1111
- For writing simple chatbot to control a service or a thing,
1212
- For writing XMPP servers components.
1313

14-
The library is designed to have minimal dependencies. For now, the library does not depend on any other library.
14+
The library is designed to have minimal dependencies. Currently it requires at least Go 1.13.
1515

1616
## Configuration and connection
1717

0 commit comments

Comments
 (0)