mirror of
https://github.com/luxfi/utils.git
synced 2026-07-27 06:54:45 +00:00
18 lines
399 B
AMPL
18 lines
399 B
AMPL
module github.com/luxfi/utils
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/gorilla/rpc v1.2.1
|
|
github.com/luxfi/log v1.1.22
|
|
golang.org/x/sync v0.17.0
|
|
)
|
|
|
|
require (
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|