Arsen Musayelyan
7c117bc735
Fix bug where config destination directory is ignored Switch to base91 (14%-23% size increase) from hex (100% size increase) Add comments
14 lines
296 B
Modula-2
14 lines
296 B
Modula-2
module opensend
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
ekyu.moe/base91 v0.2.3
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/klauspost/compress v1.11.3
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|