mirror of
https://github.com/almounah/superdeye
synced 2026-06-06 15:14:30 +00:00
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module selfInject
|
|
|
|
go 1.23.1
|
|
|
|
replace github.com/almounah/superdeye => ../../
|
|
|
|
require (
|
|
github.com/almounah/superdeye v0.0.0-00010101000000-000000000000
|
|
golang.org/x/sys v0.27.0
|
|
)
|