2025-12-26 10:57:37 +08:00
|
|
|
module github.com/samlior/libsam
|
|
|
|
|
|
|
|
|
|
go 1.25.1
|
|
|
|
|
|
|
|
|
|
require (
|
2025-12-26 12:12:09 +08:00
|
|
|
github.com/BlockRazorinc/solana-trader-client-go v0.0.0-20250722092120-44561cb37455
|
|
|
|
|
github.com/gagliardetto/solana-go v1.12.0
|
|
|
|
|
github.com/near/borsh-go v0.3.2-0.20220516180422-1ff87d108454
|
|
|
|
|
github.com/shopspring/decimal v1.4.0
|
|
|
|
|
google.golang.org/grpc v1.75.0
|
|
|
|
|
google.golang.org/protobuf v1.36.10
|
2025-12-26 10:57:37 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
|
2025-12-26 12:03:05 +08:00
|
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
2025-12-26 10:57:37 +08:00
|
|
|
github.com/blendle/zapdriver v1.3.1 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
|
|
|
github.com/gagliardetto/binary v0.8.0 // indirect
|
|
|
|
|
github.com/gagliardetto/treeout v0.1.4 // indirect
|
2025-12-26 12:03:05 +08:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2025-12-26 10:57:37 +08:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.11 // indirect
|
|
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
|
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1 // indirect
|
|
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
|
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
|
|
|
|
|
go.mongodb.org/mongo-driver v1.12.2 // indirect
|
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2025-12-26 12:03:05 +08:00
|
|
|
go.uber.org/ratelimit v0.2.0 // indirect
|
2025-12-26 10:57:37 +08:00
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.44.0 // indirect
|
|
|
|
|
golang.org/x/net v0.47.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
|
|
|
golang.org/x/term v0.37.0 // indirect
|
|
|
|
|
golang.org/x/text v0.31.0 // indirect
|
2025-12-26 12:03:05 +08:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2025-12-26 10:57:37 +08:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
|
|
|
|
)
|