Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
623 B
Modula-2
20 lines
623 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-20220722155237-a158d28d115b
|
|
golang.org/x/text v0.3.8 // 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
|
|
)
|