Changed the HTTP router to chi.

This commit is contained in:
2021-09-30 11:55:01 -05:00
parent f866e9bd7d
commit 1ab140bdbb
3 changed files with 27 additions and 61 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module copyrightcrusader.org/inv
go 1.16
require github.com/lib/pq v1.10.2
require (
github.com/go-chi/chi v1.5.4 // indirect
github.com/lib/pq v1.10.2
)