@@ -7,14 +7,14 @@ go 1.17
7
7
8
8
require (
9
9
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
10
- github.com/hyperledger/aries-framework-go v0.1.9-0.20220819134023-730ac301c3c0
11
- github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc2 .0.20220729203359-da1de2fa21ce
10
+ github.com/hyperledger/aries-framework-go v0.1.9-0.20221025163359-bee1ddf86975
11
+ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree v1.0.0-rc3 .0.20221024123052-9b275fb1ccb3
12
12
github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20220610133818-119077b0ec85
13
13
github.com/opentracing/opentracing-go v1.1.0
14
14
github.com/piprate/json-gold v0.4.1
15
15
github.com/stretchr/testify v1.7.5
16
- github.com/trustbloc/orb v1.0.0-rc2 .0.20220826005428-b08eed04243a
17
- github.com/trustbloc/sidetree-core-go v1.0.0-rc2 .0.20220729143551-6cda4cea3bf5
16
+ github.com/trustbloc/orb v1.0.0-rc3 .0.20221025070315-0c36510a0b88
17
+ github.com/trustbloc/sidetree-core-go v1.0.0-rc3 .0.20221011173557-7c4f13946f96
18
18
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
19
19
)
20
20
@@ -64,8 +64,7 @@ require (
64
64
github.com/spaolacci/murmur3 v1.1.0 // indirect
65
65
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect
66
66
github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
67
- github.com/trustbloc/edge-core v0.1.8 // indirect
68
- github.com/trustbloc/vct v1.0.0-rc2.0.20220825171642-c395321b4820 // indirect
67
+ github.com/trustbloc/vct v1.0.0-rc3.0.20221005225741-acba00018d6b // indirect
69
68
github.com/x448/float16 v0.8.4 // indirect
70
69
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
71
70
github.com/xdg-go/scram v1.1.1 // indirect
@@ -75,6 +74,9 @@ require (
75
74
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
76
75
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
77
76
go.mongodb.org/mongo-driver v1.9.1 // indirect
77
+ go.uber.org/atomic v1.7.0 // indirect
78
+ go.uber.org/multierr v1.6.0 // indirect
79
+ go.uber.org/zap v1.17.0 // indirect
78
80
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
79
81
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
80
82
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
0 commit comments