|
|
|
@ -40,7 +40,7 @@ require ( |
|
|
|
|
github.com/hashicorp/go-bexpr v0.1.10 |
|
|
|
|
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 |
|
|
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 |
|
|
|
|
github.com/holiman/uint256 v1.2.4 |
|
|
|
|
github.com/holiman/uint256 v1.3.0 |
|
|
|
|
github.com/huin/goupnp v1.3.0 |
|
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.4.0 |
|
|
|
|
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c |
|
|
|
@ -74,6 +74,7 @@ require ( |
|
|
|
|
golang.org/x/text v0.14.0 |
|
|
|
|
golang.org/x/time v0.5.0 |
|
|
|
|
golang.org/x/tools v0.20.0 |
|
|
|
|
google.golang.org/protobuf v1.33.0 |
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 |
|
|
|
|
) |
|
|
|
@ -143,7 +144,6 @@ require ( |
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect |
|
|
|
|
golang.org/x/mod v0.17.0 // indirect |
|
|
|
|
golang.org/x/net v0.24.0 // indirect |
|
|
|
|
google.golang.org/protobuf v1.33.0 // indirect |
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
|
|
|
rsc.io/tmplfunc v0.0.3 // indirect |
|
|
|
|
) |
|
|
|
|