Evstigneev Denis
38c5fe8b5a
All checks were successful
test / test (push) Successful in 42s
## Pull Request template Please, go through these steps before clicking submit on this PR. 1. Give a descriptive title to your PR. 2. Provide a description of your changes. 3. Make sure you have some relevant tests. 4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING** Reviewed-on: #369 Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru> Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module go.unistack.org/micro/v3
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/KimMachineGun/automemlimit v0.6.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5
|
|
go.uber.org/automaxprocs v1.6.0
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
|
golang.org/x/sync v0.3.0
|
|
google.golang.org/grpc v1.57.0
|
|
google.golang.org/protobuf v1.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect
|
|
)
|