Masterthesis

This commit is contained in:
hoernschen 2020-11-27 05:53:18 +01:00
parent a21bbcca0e
commit f879ca00e5

1
go.mod
View file

@ -5,6 +5,5 @@ go 1.14
require ( require (
github.com/cenkalti/backoff/v4 v4.1.0 github.com/cenkalti/backoff/v4 v4.1.0
github.com/gorilla/mux v1.8.0 github.com/gorilla/mux v1.8.0
github.com/lestrrat-go/backoff v1.0.0
github.com/mattn/go-sqlite3 v1.14.4 github.com/mattn/go-sqlite3 v1.14.4
) )