ezshare/go.mod

23 lines
673 B
Modula-2
Raw Normal View History

2021-12-03 22:04:09 +00:00
module gitea.benny.dog/torjus/ezshare
go 1.17
require (
github.com/go-chi/chi/v5 v5.0.7
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
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-04 02:25:09 +00:00
golang.org/x/net v0.0.0-20211203184738-4852103109b8 // indirect
2021-12-03 22:04:09 +00:00
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/text v0.3.7 // 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
)