mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-10-23 00:12:22 +00:00
11 lines
161 B
Modula-2
11 lines
161 B
Modula-2
module github.com/r-smith/deceptifeed
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/net v0.39.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.32.0 // indirect
|