Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- 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
- )
|