mirror of
https://github.com/fumiama/imoto.git
synced 2026-06-05 00:30:23 +08:00
13 lines
286 B
Modula-2
13 lines
286 B
Modula-2
module github.com/fumiama/imoto
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
|
|
github.com/fumiama/imgsz v0.0.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|