File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
40
40
github.com/hashicorp/go-bexpr v0.1.10
41
41
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4
42
42
github.com/holiman/bloomfilter/v2 v2.0.3
43
- github.com/holiman/uint256 v1.2.4
43
+ github.com/holiman/uint256 v1.3.0
44
44
github.com/huin/goupnp v1.3.0
45
45
github.com/influxdata/influxdb-client-go/v2 v2.4.0
46
46
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
@@ -74,6 +74,7 @@ require (
74
74
golang.org/x/text v0.14.0
75
75
golang.org/x/time v0.5.0
76
76
golang.org/x/tools v0.20.0
77
+ google.golang.org/protobuf v1.33.0
77
78
gopkg.in/natefinch/lumberjack.v2 v2.2.1
78
79
gopkg.in/yaml.v3 v3.0.1
79
80
)
@@ -143,7 +144,6 @@ require (
143
144
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
144
145
golang.org/x/mod v0.17.0 // indirect
145
146
golang.org/x/net v0.24.0 // indirect
146
- google.golang.org/protobuf v1.33.0 // indirect
147
147
gopkg.in/yaml.v2 v2.4.0 // indirect
148
148
rsc.io/tmplfunc v0.0.3 // indirect
149
149
)
Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4/go.mod h1:5GuXa7vkL8
312
312
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao =
313
313
github.com/holiman/bloomfilter/v2 v2.0.3 /go.mod h1:zpoh+gs7qcpqrHr3dB55AMiJwo0iURXE7ZOP9L9hSkA =
314
314
github.com/holiman/uint256 v1.2.0 /go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw =
315
- github.com/holiman/uint256 v1.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU =
316
- github.com/holiman/uint256 v1.2.4 /go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E =
315
+ github.com/holiman/uint256 v1.3.0 h1:4wdcm/tnd0xXdu7iS3ruNvxkWwrb4aeBQv19ayYn8F4 =
316
+ github.com/holiman/uint256 v1.3.0 /go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E =
317
317
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
318
318
github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc =
319
319
github.com/huin/goupnp v1.3.0 /go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8 =
You can’t perform that action at this time.
0 commit comments