mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 11:56:03 +03:00
11 lines
230 B
Modula-2
11 lines
230 B
Modula-2
module github.com/crazybber/go-fucking-algorithm
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/zap v1.15.0
|
|
google.golang.org/grpc v1.29.1
|
|
)
|