From bd6f2159931b5877922efed11f7ea9c54b172379 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Tue, 15 Oct 2024 23:56:50 -0400 Subject: Add authentication middleware --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d5a8df3..2eb2858 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module nonsense-time go 1.23.0 -require github.com/docker/docker v27.3.1+incompatible +require ( + github.com/docker/docker v27.3.1+incompatible + github.com/mattn/go-sqlite3 v1.14.24 +) require ( github.com/Microsoft/go-winio v0.4.14 // indirect -- cgit v1.2.3