From 0ffd5de65cc11e61795bad64edfee96aaf23ad3e Mon Sep 17 00:00:00 2001 From: chteufleur Date: Wed, 27 Apr 2016 21:06:56 +0200 Subject: [PATCH] Change README to add SQLite library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1877a05..50182be 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ go-xmpp4steam is a XMPP/Steam gateway. * [go-xmpp](https://git.kingpenguin.tk/chteufleur/go-xmpp) for the XMPP part. * [go-steam](https://github.com/Philipp15b/go-steam) for the steam part. + * [go-sqlite3](https://github.com/mattn/go-sqlite3) for the database part. * [cfg](https://github.com/jimlawless/cfg) for the configuration file.