All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.go.mod.template Maven / Gradle / Ivy

module @code_url@@namespace@/@service_name@

go 1.14

require (
    @import_contract@
	contrib.go.opencensus.io/integrations/ocsql v0.1.7
	github.com/facebook/ent v0.5.1
	github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
	github.com/golang/protobuf v1.4.3
	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
	github.com/prometheus/client_golang v1.6.0
	github.com/spf13/cast v1.3.0
	github.com/spf13/viper v1.7.0
	github.com/stretchr/testify v1.7.0
	github.com/DATA-DOG/go-sqlmock v1.5.0
	go.uber.org/zap v1.15.0
	google.golang.org/grpc v1.34.0
	google.golang.org/protobuf v1.25.0
	@import_temporal@
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy