Skip to content

Commit 433b242

Browse files
authored
chore: update hilt client (#41)
Depends on: * fil-forge/hilt#32
1 parent a0250c3 commit 433b242

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2/config v1.32.32
88
github.com/aws/aws-sdk-go-v2/credentials v1.19.31
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.104.1
10-
github.com/fil-forge/hilt v0.0.1-0.20260724134448-ba71f843f6a4
10+
github.com/fil-forge/hilt v0.0.1-0.20260806121322-c6afc4fedeab
1111
github.com/fil-forge/indexing-service v1.13.5-0.20260619142411-efe3f5fab717
1212
github.com/fil-forge/libforge v0.0.0-20260727220215-5e299c46f62f
1313
github.com/fil-forge/smelt v0.0.0-20260805233620-f0b69e68aad1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ github.com/fil-forge/go-ipni-tools v0.0.0-20260519194815-545b9421aec0 h1:HAfXUPv
179179
github.com/fil-forge/go-ipni-tools v0.0.0-20260519194815-545b9421aec0/go.mod h1:3NRV/7wc4/0uzzrGdI7NoN/yeF1UvqKRwMyjBqGc5s0=
180180
github.com/fil-forge/go-ucanto v0.0.0-20260507172450-5cb5d073f8ab h1:2J2cDThqTKP6/0k3SfdlSxfyPa3aLqjTYnmvbEcryfg=
181181
github.com/fil-forge/go-ucanto v0.0.0-20260507172450-5cb5d073f8ab/go.mod h1:lZF3UXZ2hGLKYmXdquG50JqI9pRlUrV6lubGtgOYfwc=
182-
github.com/fil-forge/hilt v0.0.1-0.20260724134448-ba71f843f6a4 h1:pDDN87a4dMuH8mqqEZZOnrCZ+Myc1ArEjJxg0ZNpQzA=
183-
github.com/fil-forge/hilt v0.0.1-0.20260724134448-ba71f843f6a4/go.mod h1:AO/+NYsz//BoqdHjVfik0fbxjiq+H+86qzGBt2/2uxQ=
182+
github.com/fil-forge/hilt v0.0.1-0.20260806121322-c6afc4fedeab h1:/tNOQ35Ben4zUg0T+HeTGd+iAUnXYc14TXX8oanLvyY=
183+
github.com/fil-forge/hilt v0.0.1-0.20260806121322-c6afc4fedeab/go.mod h1:AO/+NYsz//BoqdHjVfik0fbxjiq+H+86qzGBt2/2uxQ=
184184
github.com/fil-forge/indexing-service v1.13.5-0.20260619142411-efe3f5fab717 h1:Wke8qgaDgy7DGaIS28VpHip+YHSdQP1hGNEZTrXXzb4=
185185
github.com/fil-forge/indexing-service v1.13.5-0.20260619142411-efe3f5fab717/go.mod h1:wFcakLohOqpMRkJzWRdGFGHRFpGB+PpEMCm9wkt2cqU=
186186
github.com/fil-forge/libforge v0.0.0-20260727220215-5e299c46f62f h1:QzgMg8GIE4IhgOE/7DBHFU/4T5oU7J4vAKxbUPKJPGA=

module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func provideAuthServiceClient(cfg config.Config, id ServiceIdentity, logger *zap
268268
}
269269
proofs = ucanlib.NewContainerProofStore(ct)
270270
}
271-
return hiltclient.New(authServiceDID, *authServiceURL, id.Signer, proofs, hiltclient.WithLogger(logger))
271+
return hiltclient.New(authServiceDID, *authServiceURL, id.Signer, hiltclient.WithBaseProofs(proofs), hiltclient.WithLogger(logger))
272272
}
273273

274274
// provideKeyProofs is the per-access-key delegation store registry: the IAM

0 commit comments

Comments
 (0)