mirror of
https://github.com/nielsAD/autoindex.git
synced 2026-05-07 10:47:04 +02: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
|