11 lines
230 B
Modula-2
Raw Normal View History

2020-04-28 22:47:31 +08:00
module github.com/crazybber/go-fucking-algorithm
go 1.14
2020-05-03 19:08:54 +08:00
require (
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
2020-05-08 16:48:34 +08:00
github.com/stretchr/testify v1.5.1
2020-05-03 19:08:54 +08:00
go.uber.org/zap v1.15.0
2020-05-07 16:51:42 +08:00
google.golang.org/grpc v1.29.1
2020-05-03 19:08:54 +08:00
)