url-shortener: build configuration files (#72)

* url-shortener: makefile and dockerfile

* makefile: make docker configurable

* makefile: manifest destination

* makefile: empy manifest

---------

Co-authored-by: Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local>
diff --git a/apps/url-shortener/go.mod b/apps/url-shortener/go.mod
index faf35a8..a69fb16 100644
--- a/apps/url-shortener/go.mod
+++ b/apps/url-shortener/go.mod
@@ -2,4 +2,10 @@
 
 go 1.21.5
 
-require github.com/mattn/go-sqlite3 v1.14.19 // indirect
+require github.com/ncruces/go-sqlite3 v0.12.2
+
+require (
+	github.com/ncruces/julianday v1.0.0 // indirect
+	github.com/tetratelabs/wazero v1.6.0 // indirect
+	golang.org/x/sys v0.16.0 // indirect
+)