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.38.0
|
|
golang.org/x/net v0.40.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.33.0 // indirect
|