This repository has been archived on 2021-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
opensend/go.mod

16 lines
421 B
Modula-2
Raw Normal View History

2021-07-08 20:11:41 +00:00
module go.arsenm.dev/opensend
2020-12-03 10:12:43 +00:00
go 1.15
require (
github.com/grandcat/zeroconf v1.0.0
github.com/klauspost/compress v1.11.3
github.com/mholt/archiver/v3 v3.5.0
2020-12-31 07:54:18 +00:00
github.com/pelletier/go-toml v1.8.1
2020-12-03 10:12:43 +00:00
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/rs/zerolog v1.20.0
2021-01-09 02:34:08 +00:00
github.com/spf13/pflag v1.0.5
github.com/vmihailenco/msgpack/v5 v5.3.4
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
2020-12-03 10:12:43 +00:00
)