21 lines
688 B
Modula-2
21 lines
688 B
Modula-2
module github.com/mdiluz/rove
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.1
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/ojrac/opensimplex-go v1.0.1
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/stretchr/testify v1.6.0
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
google.golang.org/grpc v1.30.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|