This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/go.mod

10 lines
147 B
Modula-2
Raw Normal View History

2021-01-03 03:21:11 +00:00
module reichard.io/imagini
go 1.15
2021-01-03 15:27:22 +00:00
require (
2021-01-04 05:16:58 +00:00
github.com/mattn/go-sqlite3 v1.14.6
2021-01-03 22:31:16 +00:00
github.com/tus/tusd v1.4.0
github.com/urfave/cli/v2 v2.3.0
2021-01-03 15:27:22 +00:00
)