Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements (memory, bot client, containers) #745

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 0 additions & 43 deletions clients/agentgrpc/encoding.go

This file was deleted.

121 changes: 0 additions & 121 deletions clients/agentgrpc/encoding_bench_test.go

This file was deleted.

81 changes: 0 additions & 81 deletions clients/agentgrpc/encoding_test.go

This file was deleted.

17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/ethereum/go-ethereum v1.10.16
github.com/fatih/color v1.13.0
github.com/forta-network/forta-core-go v0.0.0-20230605171938-4067381cbaea
github.com/go-playground/validator/v10 v10.9.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/goccy/go-json v0.9.4
Expand All @@ -18,10 +19,16 @@ require (
github.com/gorilla/mux v1.8.0
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-ipfs-api v0.3.0
github.com/libp2p/go-libp2p v0.23.2
github.com/nats-io/nats-server/v2 v2.3.2 // indirect
github.com/nats-io/nats.go v1.11.1-0.20210623165838-4b75fc59ae30
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/cors v1.7.0
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.8.0
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
Expand All @@ -31,16 +38,6 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/forta-network/forta-core-go v0.0.0-20230601180321-91aaa41a0fb7
github.com/libp2p/go-libp2p v0.23.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/cors v1.7.0
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v0.0.5
)

require (
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:1i71OnUq3iUe
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/flynn/noise v1.0.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/forta-network/forta-core-go v0.0.0-20230601180321-91aaa41a0fb7 h1:C3dGzZMW9G8kf+acq+zm4vMaz5tCG/TgFp7jC6D/ur8=
github.com/forta-network/forta-core-go v0.0.0-20230601180321-91aaa41a0fb7/go.mod h1:gffFqv24ErxEILzjvhXCaVHa2dljzdILlaJyUlkDnfw=
github.com/forta-network/forta-core-go v0.0.0-20230605171938-4067381cbaea h1:crNFjYYoqw1l5HuJPuGPOqizhxxZtjvDqAQzlBYiYh0=
github.com/forta-network/forta-core-go v0.0.0-20230605171938-4067381cbaea/go.mod h1:gffFqv24ErxEILzjvhXCaVHa2dljzdILlaJyUlkDnfw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=
github.com/francoispqt/gojay v1.2.13/go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiDsoyrBGkyDY=
Expand Down