2021-12-24 18:50:43 +08:00
|
|
|
module git.icechen.cn/pkg/go-template
|
|
|
|
|
|
|
|
go 1.17
|
2021-12-27 21:02:11 +08:00
|
|
|
|
2021-12-29 20:32:45 +08:00
|
|
|
require (
|
|
|
|
github.com/gofiber/fiber/v2 v2.23.0
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
google.golang.org/grpc v1.43.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
)
|
2021-12-28 02:40:31 +08:00
|
|
|
|
2021-12-27 21:02:11 +08:00
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasthttp v1.31.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2021-12-29 20:32:45 +08:00
|
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
2021-12-27 21:02:11 +08:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
2021-12-29 20:32:45 +08:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
2021-12-27 21:02:11 +08:00
|
|
|
)
|