2022-01-13 17:40:15 +00:00
|
|
|
module git.t-juice.club/torjus/ezshare
|
2021-12-03 22:04:09 +00:00
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2021-12-06 06:55:30 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-12-03 22:04:09 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2021-12-05 11:39:28 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2021-12-03 22:04:09 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-12-04 02:25:09 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2021-12-03 22:04:09 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-12-04 08:58:16 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-12-06 06:55:30 +00:00
|
|
|
go.uber.org/zap v1.19.1
|
2021-12-05 13:55:18 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
2021-12-06 05:08:17 +00:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
2021-12-03 22:04:09 +00:00
|
|
|
google.golang.org/grpc v1.42.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-12-06 06:55:30 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
2021-12-04 02:25:09 +00:00
|
|
|
golang.org/x/net v0.0.0-20211203184738-4852103109b8 // indirect
|
2021-12-06 05:08:17 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
2021-12-03 22:04:09 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-12-05 11:39:28 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2021-12-04 02:25:09 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9 // indirect
|
2021-12-03 22:04:09 +00:00
|
|
|
)
|