Initial model testing environment

This commit is contained in:
Vojtěch Káně
2021-02-15 14:51:07 +01:00
parent e4ab598b49
commit 9d37cb3ebb
3 changed files with 136 additions and 0 deletions

1
go.mod
View File

@@ -8,4 +8,5 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.9.0
github.com/mattn/go-sqlite3 v1.14.6
)