You can not 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 egg_im
-
- go 1.18
-
- require (
- google.golang.org/grpc v1.50.1
- google.golang.org/protobuf v1.28.1
- )
-
- require (
- github.com/golang/protobuf v1.5.2 // indirect
- golang.org/x/sys v0.1.0 // indirect
- golang.org/x/text v0.4.0 // indirect
- google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
- )
-
- require (
- github.com/google/go-cmp v0.5.9 // indirect
- golang.org/x/net v0.1.0 // indirect
- )
|