mirror of
https://github.com/nielsAD/autoindex.git
synced 2026-02-08 04:09:03 +01:00
11 lines
182 B
Modula-2
11 lines
182 B
Modula-2
module github.com/nielsAD/autoindex
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/ulule/limiter/v3 v3.9.0
|
|
)
|
|
|
|
require github.com/pkg/errors v0.9.1 // indirect
|