You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module shorturl
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.3
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/tal-tech/go-zero v1.0.27
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
google.golang.org/grpc v1.29.1
|
|
)
|