mirror of
https://github.com/nielsAD/autoindex.git
synced 2026-01-14 09:22:03 +01:00
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module github.com/nielsAD/autoindex
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.13
|
|
github.com/ulule/limiter/v3 v3.10.0
|
|
)
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|