Skip to content

Commit 11c1e0d

Browse files
use new FSC (#1245)
Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]>
1 parent 07a3c6b commit 11c1e0d

File tree

11 files changed

+1647
-37
lines changed

11 files changed

+1647
-37
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/dgraph-io/ristretto/v2 v2.3.0
1313
github.com/gin-gonic/gin v1.10.0
1414
github.com/hashicorp/go-uuid v1.0.3
15-
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251112081817-ebe5c4c1f1c7
15+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251118152355-3bc3ea8e93c0
1616
github.com/hyperledger/fabric v1.4.0-rc1.0.20250510200036-435a7f1a780a
1717
github.com/hyperledger/fabric-chaincode-go/v2 v2.3.0
1818
github.com/hyperledger/fabric-lib-go v1.1.3-0.20240523144151-25edd1eaf5f5
@@ -59,6 +59,7 @@ require (
5959
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20250313153527-832db18b9478 // indirect
6060
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
6161
github.com/Microsoft/go-winio v0.6.2 // indirect
62+
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
6263
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
6364
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
6465
github.com/benbjohnson/clock v1.3.5 // indirect
@@ -118,6 +119,7 @@ require (
118119
github.com/gogo/protobuf v1.3.2 // indirect
119120
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
120121
github.com/golang/protobuf v1.5.4 // indirect
122+
github.com/golang/snappy v0.0.4 // indirect
121123
github.com/google/go-cmp v0.7.0 // indirect
122124
github.com/google/gopacket v1.1.19 // indirect
123125
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
@@ -249,6 +251,7 @@ require (
249251
github.com/stretchr/objx v0.5.2 // indirect
250252
github.com/subosito/gotenv v1.6.0 // indirect
251253
github.com/sykesm/zap-logfmt v0.0.4 // indirect
254+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
252255
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
253256
github.com/ugorji/go/codec v1.2.12 // indirect
254257
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect

go.sum

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go
658658
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
659659
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
660660
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
661+
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
662+
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
661663
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
662664
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
663665
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY=
@@ -668,6 +670,7 @@ github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjH
668670
github.com/alecthomas/kingpin/v2 v2.4.0/go.mod h1:0gyi0zQnjuFk8xrkNKamJoyUo382HRL7ATRpFZCw6tE=
669671
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 h1:t3eaIm0rUkzbrIewtiFmMK5RXHej2XnoXNhxVsAYUfg=
670672
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30/go.mod h1:fvzegU4vN3H1qMT+8wDmzjAcDONcgo2/SZ/TyfdUOFs=
673+
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
671674
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
672675
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
673676
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
@@ -823,6 +826,7 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
823826
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
824827
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
825828
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
829+
github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU=
826830
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
827831
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
828832
github.com/fsouza/go-dockerclient v1.12.0 h1:S2f2crEUbBNCFiF06kR/GvioEB8EMsb3Td/bpawD+aU=
@@ -941,6 +945,7 @@ github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu
941945
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
942946
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
943947
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
948+
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
944949
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
945950
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
946951
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
@@ -1059,8 +1064,10 @@ github.com/huin/goupnp v1.3.0 h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=
10591064
github.com/huin/goupnp v1.3.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8=
10601065
github.com/hyperledger-labs/SmartBFT v0.0.0-20250503203013-eb005eef8866 h1:Mu/6NJsfl9g3wM15Ue7hqPq4LtgYDoABh8MO4u8aW4g=
10611066
github.com/hyperledger-labs/SmartBFT v0.0.0-20250503203013-eb005eef8866/go.mod h1:9aNHNXsCVy/leGz2gpTC1eOL5QecxbSAGjqsLh4T1LM=
1062-
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251112081817-ebe5c4c1f1c7 h1:OZ2A4hrnLBnZp93zVMiDJ8KTLSRHGZYkY5MxfjiyORQ=
1063-
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251112081817-ebe5c4c1f1c7/go.mod h1:fQuYPRS8puZ07olnRHtVH0ASl9xBn85Gcu9ve3B4ILo=
1067+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251103092546-efa9438c1ae7 h1:/DsPQ2icpOn4zfQrM/7hDC7naogH2x/5hEeRp3PWoVM=
1068+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251103092546-efa9438c1ae7/go.mod h1:Ib74lzDOsxuEGpl6Q3huBny9+X7b1HCEN6xhMbxIi9A=
1069+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251118152355-3bc3ea8e93c0 h1:2dBc7BGy6NzNzyyV0vQ5XJaXGc0GnBSlQLKaQXmUG1E=
1070+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251118152355-3bc3ea8e93c0/go.mod h1:8xNUKzh/vLV7bIq/9vFUAWBCWpt8iw6ZGUWMKZmlHTw=
10641071
github.com/hyperledger/aries-bbs-go v0.0.0-20240528084656-761671ea73bc h1:3Ykk6MtyfnlzMOQry9zkxsoLWpCWZwDPqehO/BJwArM=
10651072
github.com/hyperledger/aries-bbs-go v0.0.0-20240528084656-761671ea73bc/go.mod h1:Kofn6A6WWea1ZM8Rys5aBW9dszwJ7Ywa0kyyYL0TPYw=
10661073
github.com/hyperledger/fabric v1.4.0-rc1.0.20250510200036-435a7f1a780a h1:l9dE3iuE+mKj7K8Tcx904cF8zJpaNQONh3GNZdXnnyc=
@@ -1527,6 +1534,7 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
15271534
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
15281535
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
15291536
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
1537+
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
15301538
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
15311539
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
15321540
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
@@ -1538,6 +1546,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
15381546
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
15391547
github.com/sykesm/zap-logfmt v0.0.4 h1:U2WzRvmIWG1wDLCFY3sz8UeEmsdHQjHFNlIdmroVFaI=
15401548
github.com/sykesm/zap-logfmt v0.0.4/go.mod h1:AuBd9xQjAe3URrWT1BBDk2v2onAZHkZkWRMiYZXiZWA=
1549+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
1550+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
15411551
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
15421552
github.com/tedsuo/ifrit v0.0.0-20230330192023-5cba443a66c4/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
15431553
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26 h1:mWCRvpoEMVlslxEvvptKgIUb35va9yj9Oq5wGw/er5I=
@@ -1970,6 +1980,7 @@ golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19701980
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19711981
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19721982
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1983+
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
19731984
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
19741985
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
19751986
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=

integration/token/test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewReplicationOptions(factor int, names ...string) (*ReplicationOptions, *R
4242
sqlConfigs := make(map[string]*postgres2.ContainerConfig, len(names))
4343
for _, name := range names {
4444
replicationFactors[name] = factor
45-
sqlConfigs[name] = postgres2.DefaultConfig(fmt.Sprintf("%s-db", name))
45+
sqlConfigs[name] = postgres2.DefaultConfig(postgres2.WithDBName(fmt.Sprintf("%s-db", name)))
4646
}
4747
return &ReplicationOptions{ReplicationOptions: &integration.ReplicationOptions{
4848
ReplicationFactors: replicationFactors,

token/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
type ActionMetadata = map[string][]byte
3434

3535
type Binder interface {
36-
Bind(ctx context.Context, longTerm Identity, ephemeral Identity) error
36+
Bind(ctx context.Context, longTerm Identity, ephemeral ...Identity) error
3737
}
3838

3939
type (

token/services/db/sql/postgres/postgres_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ func postgresCfg(pgConnStr string, name string) *mock.ConfigProvider {
6969

7070
func startContainer(t *testing.T) (func(), string) {
7171
t.Helper()
72-
cfg := postgres.DefaultConfig("test-db")
73-
terminate, err := postgres.StartPostgresWithFmt([]*postgres.ContainerConfig{cfg})
72+
cfg := postgres.DefaultConfig(postgres.WithDBName("test-db"))
73+
terminate, _, err := postgres.StartPostgres(t.Context(), cfg, nil)
7474
assert.NoError(t, err)
7575
return terminate, cfg.DataSource()
7676
}

token/services/identity/driver/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
type NetworkBinderService interface {
16-
Bind(ctx context.Context, longTerm driver.Identity, ephemeral driver.Identity) error
16+
Bind(ctx context.Context, longTerm driver.Identity, ephemeral ...driver.Identity) error
1717
}
1818

1919
type IdentityProvider interface {

token/services/identity/membership/binder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ import (
1515
// NoBinder implements a no-nop binder
1616
type NoBinder struct{}
1717

18-
func (n *NoBinder) Bind(ctx context.Context, longTerm token.Identity, ephemeral token.Identity) error {
18+
func (n *NoBinder) Bind(ctx context.Context, longTerm token.Identity, ephemeral ...token.Identity) error {
1919
return nil
2020
}

token/services/identity/storage/kvs/hashicorp/go.mod

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/docker v28.3.3+incompatible
99
github.com/docker/go-connections v0.6.0
1010
github.com/hashicorp/vault/api v1.16.0
11-
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251112081817-ebe5c4c1f1c7
11+
github.com/hyperledger-labs/fabric-smart-client v0.6.1-0.20251103092546-efa9438c1ae7
1212
github.com/hyperledger-labs/fabric-token-sdk v0.4.1-0.20250528165839-032fb9265504
1313
github.com/stretchr/testify v1.10.0
1414
)
@@ -19,10 +19,15 @@ require (
1919
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2020
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
2121
github.com/IBM/idemix v0.0.2-0.20250313153527-832db18b9478 // indirect
22+
github.com/IBM/idemix/bccsp/schemes/aries v0.0.0-20250313153527-832db18b9478 // indirect
2223
github.com/IBM/idemix/bccsp/schemes/weak-bb v0.0.0-20250313153527-832db18b9478 // indirect
2324
github.com/IBM/idemix/bccsp/types v0.0.0-20250313153527-832db18b9478 // indirect
2425
github.com/IBM/mathlib v0.0.3-0.20250709075152-a138079496c3 // indirect
26+
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
2527
github.com/Microsoft/go-winio v0.6.2 // indirect
28+
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
29+
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
30+
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
2631
github.com/beorn7/perks v1.0.1 // indirect
2732
github.com/bits-and-blooms/bitset v1.20.0 // indirect
2833
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -48,6 +53,7 @@ require (
4853
github.com/go-logr/stdr v1.2.2 // indirect
4954
github.com/gogo/protobuf v1.3.2 // indirect
5055
github.com/golang/protobuf v1.5.4 // indirect
56+
github.com/golang/snappy v0.0.4 // indirect
5157
github.com/google/go-cmp v0.7.0 // indirect
5258
github.com/google/uuid v1.6.0 // indirect
5359
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
@@ -61,13 +67,17 @@ require (
6167
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
6268
github.com/hashicorp/go-uuid v1.0.3 // indirect
6369
github.com/hashicorp/hcl v1.0.0 // indirect
70+
github.com/hyperledger/aries-bbs-go v0.0.0-20240528084656-761671ea73bc // indirect
71+
github.com/hyperledger/fabric v1.4.0-rc1.0.20250510200036-435a7f1a780a // indirect
6472
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2 // indirect
6573
github.com/hyperledger/fabric-lib-go v1.1.3-0.20240523144151-25edd1eaf5f5 // indirect
74+
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.7 // indirect
6675
github.com/kilic/bls12-381 v0.1.0 // indirect
6776
github.com/klauspost/compress v1.18.0 // indirect
6877
github.com/kr/pretty v0.3.1 // indirect
6978
github.com/kr/text v0.2.0 // indirect
7079
github.com/mattn/go-isatty v0.0.20 // indirect
80+
github.com/miekg/pkcs11 v1.1.1 // indirect
7181
github.com/mitchellh/go-homedir v1.1.0 // indirect
7282
github.com/mitchellh/mapstructure v1.5.0 // indirect
7383
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -94,10 +104,13 @@ require (
94104
github.com/ryanuber/go-glob v1.0.0 // indirect
95105
github.com/sirupsen/logrus v1.9.3 // indirect
96106
github.com/sykesm/zap-logfmt v0.0.4 // indirect
107+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
108+
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26 // indirect
97109
github.com/test-go/testify v1.1.4 // indirect
98110
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect
99111
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect
100112
github.com/uptrace/opentelemetry-go-extra/otelzap v0.3.2 // indirect
113+
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
101114
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
102115
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
103116
go.opentelemetry.io/otel v1.37.0 // indirect

0 commit comments

Comments
 (0)