diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-15 23:56:50 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-15 23:57:30 -0400 |
| commit | bd6f2159931b5877922efed11f7ea9c54b172379 (patch) | |
| tree | 12bca5fbf677a0d0146686128cdcb39800536206 /go.mod | |
| parent | 9b6e79c40b98d8e36e4b7f5e1cc6f6a9f0feabbc (diff) | |
Add authentication middlewaredashboard
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
