mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-26 11:41:18 +08:00
15 lines
307 B
Modula-2
15 lines
307 B
Modula-2
module github.com/LdDl/go-darknet
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
)
|
|
|
|
require (
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|