Added parts animation for rental.

This commit is contained in:
2019-12-31 13:07:15 +01:00
parent f430ec822e
commit a15c0ce995
39 changed files with 851 additions and 9 deletions

5
go.mod
View File

@@ -5,6 +5,7 @@ go 1.13
require (
github.com/emvi/iso-639-1 v0.0.0-20190602002026-5ad2c26993cd
github.com/emvi/logbuch v0.0.0-20191002134629-fd76a46de20c
github.com/mholt/certmagic v0.9.0 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/mholt/certmagic v0.9.0
github.com/rs/cors v1.7.0
)