11module github.com/fil-forge/ingot
22
3- go 1.26.4
3+ go 1.26.5
44
55require (
66 github.com/alanshaw/dag-json-gen v0.0.8
@@ -16,6 +16,7 @@ require (
1616 github.com/fil-forge/swarf v0.0.1-0.20260821055917-4921bc49627c
1717 github.com/fil-forge/ucantone v0.0.0-20260817170631-3a20cd59fabc
1818 github.com/fil-forge/versitygw v0.0.0-20260716095011-7a65883d595a
19+ github.com/filecoin-project/go-fee v0.1.1-0.20260818173301-72a3a35f83ef
1920 github.com/gofiber/fiber/v3 v3.5.0
2021 github.com/google/uuid v1.6.0
2122 github.com/ipfs/go-block-format v0.2.4
@@ -36,7 +37,7 @@ require (
3637 go.uber.org/fx v1.24.0
3738 go.uber.org/multierr v1.11.0
3839 go.uber.org/zap v1.28.0
39- golang.org/x/sys v0.43 .0
40+ golang.org/x/sys v0.47 .0
4041 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
4142)
4243
@@ -99,6 +100,7 @@ require (
99100 github.com/fsnotify/fsnotify v1.9.0 // indirect
100101 github.com/fvbommel/sortorder v1.1.0 // indirect
101102 github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
103+ github.com/go-jose/go-jose/v4 v4.1.4 // indirect
102104 github.com/go-ldap/ldap/v3 v3.4.13 // indirect
103105 github.com/go-logr/logr v1.4.4 // indirect
104106 github.com/go-logr/stdr v1.2.2 // indirect
@@ -235,14 +237,12 @@ require (
235237 go.opentelemetry.io/otel/trace v1.45.0 // indirect
236238 go.opentelemetry.io/proto/otlp v1.11.0 // indirect
237239 go.uber.org/dig v1.19.0 // indirect
238- go.uber.org/multierr v1.11.0 // indirect
239240 go.yaml.in/yaml/v3 v3.0.5 // indirect
240241 go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect
241242 golang.org/x/crypto v0.54.0 // indirect
242243 golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect
243244 golang.org/x/net v0.57.0 // indirect
244245 golang.org/x/sync v0.22.0 // indirect
245- golang.org/x/sys v0.47.0 // indirect
246246 golang.org/x/term v0.45.0 // indirect
247247 golang.org/x/text v0.40.0 // indirect
248248 golang.org/x/time v0.15.0 // indirect
0 commit comments