-
- Downloads
Added logrus as pkg
parent
6a0f5466
No related branches found
No related tags found
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
... | @@ -4,6 +4,7 @@ go 1.20 | ... | @@ -4,6 +4,7 @@ go 1.20 |
require ( | require ( | ||
github.com/google/uuid v1.3.0 | github.com/google/uuid v1.3.0 | ||
github.com/sirupsen/logrus v1.9.3 | |||
google.golang.org/grpc v1.56.2 | google.golang.org/grpc v1.56.2 | ||
google.golang.org/protobuf v1.31.0 | google.golang.org/protobuf v1.31.0 | ||
) | ) | ||
... | ... |
Please register or sign in to comment