mirror of
https://github.com/zerotier/lf.git
synced 2026-05-22 16:24:00 -07:00
12 lines
263 B
Modula-2
12 lines
263 B
Modula-2
module lf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/tidwall/pretty v1.2.0
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|