go-pattern-examples/go.mod

11 lines
230 B
Modula-2
Raw Normal View History

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