mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
12 lines
260 B
Modula-2
12 lines
260 B
Modula-2
module updater
|
|
|
|
go 1.18
|
|
|
|
require github.com/codeclysm/extract v2.2.0+incompatible
|
|
|
|
require (
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
|
github.com/juju/errors v0.0.0-20220331221717-b38fca44723b // indirect
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
)
|