DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-proto

emerwen-proto/go.mod -rw-r--r-- 365 bytes
4437899dJonni Liljamo feat!: remove responses that can be achieved with status responses 10 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
module git.src.quest/~liljamo/emerwen-proto

go 1.23.3

require (
	golang.org/x/net v0.29.0 // indirect
	golang.org/x/sys v0.25.0 // indirect
	golang.org/x/text v0.18.0 // indirect
	google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
	google.golang.org/grpc v1.68.0 // indirect
	google.golang.org/protobuf v1.35.2 // indirect
)