2021-12-04 16:42:11 +00:00

10 lines
209 B
Modula-2

module github.com/lesismal/llib
go 1.16
require (
github.com/cespare/xxhash v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210513122933-cd7d49e622d5
golang.org/x/net v0.0.0-20210510120150-4163338589ed
)