From 9ea2786cbdc71c470cdd24fc3a1aca1e58ab01ad Mon Sep 17 00:00:00 2001 From: Bob Stasyszyn Date: Fri, 14 Jul 2023 10:32:16 -0400 Subject: [PATCH] chore: Update dependencies in preparation for release 1.0.0 Signed-off-by: Bob Stasyszyn --- cmd/orb-cli/go.mod | 4 ++-- cmd/orb-cli/go.sum | 8 ++++---- cmd/orb-driver/go.mod | 4 ++-- cmd/orb-driver/go.sum | 8 ++++---- cmd/orb-server/go.mod | 4 ++-- cmd/orb-server/go.sum | 8 ++++---- go.mod | 4 ++-- go.sum | 8 ++++---- test/bdd/go.mod | 4 ++-- test/bdd/go.sum | 8 ++++---- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/cmd/orb-cli/go.mod b/cmd/orb-cli/go.mod index af0759b9..3295e1f6 100644 --- a/cmd/orb-cli/go.mod +++ b/cmd/orb-cli/go.mod @@ -21,8 +21,8 @@ require ( github.com/stretchr/testify v1.8.2 github.com/trustbloc/logutil-go v1.0.0-rc1 github.com/trustbloc/orb v1.0.0-rc7 - github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 - github.com/trustbloc/vct v1.0.0-rc5 + github.com/trustbloc/sidetree-core-go v1.0.0 + github.com/trustbloc/vct v1.0.0 ) require ( diff --git a/cmd/orb-cli/go.sum b/cmd/orb-cli/go.sum index 6d46b8b6..a4cedb21 100644 --- a/cmd/orb-cli/go.sum +++ b/cmd/orb-cli/go.sum @@ -885,10 +885,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/trustbloc/logutil-go v1.0.0-rc1 h1:rRJbvgQfrlUfyej+mY0nuQJymGqjRW4oZEwKi544F4c= github.com/trustbloc/logutil-go v1.0.0-rc1/go.mod h1:JlxT0oZfNKgIlSNtgc001WEeDMxlnAvOM43gNm8DQVc= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 h1:v4Ok2o8bUjTGsS9Vebc0k2DSS2XJWzCVuYOrAA+YFeE= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= -github.com/trustbloc/vct v1.0.0-rc5 h1:fBn5xFi+D+vtDFu/UncsqwwOIuFfy0KANe470GXriOw= -github.com/trustbloc/vct v1.0.0-rc5/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= +github.com/trustbloc/sidetree-core-go v1.0.0 h1:kzfKZOJ0sgDy9D1AYNcoR3JHutqtMtKvF2P9UwUcDjU= +github.com/trustbloc/sidetree-core-go v1.0.0/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= +github.com/trustbloc/vct v1.0.0 h1:lAkDAZtHM84SfVbY2zAXjwKNO3AkAL5YQ4i/Y+z6K9g= +github.com/trustbloc/vct v1.0.0/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/cmd/orb-driver/go.mod b/cmd/orb-driver/go.mod index 26edb2bb..aabdb894 100644 --- a/cmd/orb-driver/go.mod +++ b/cmd/orb-driver/go.mod @@ -73,8 +73,8 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect - github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 // indirect - github.com/trustbloc/vct v1.0.0-rc5 // indirect + github.com/trustbloc/sidetree-core-go v1.0.0 // indirect + github.com/trustbloc/vct v1.0.0 // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect github.com/xdg-go/scram v1.1.1 // indirect diff --git a/cmd/orb-driver/go.sum b/cmd/orb-driver/go.sum index 31c1613f..59a28e26 100644 --- a/cmd/orb-driver/go.sum +++ b/cmd/orb-driver/go.sum @@ -869,10 +869,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/trustbloc/logutil-go v1.0.0-rc1 h1:rRJbvgQfrlUfyej+mY0nuQJymGqjRW4oZEwKi544F4c= github.com/trustbloc/logutil-go v1.0.0-rc1/go.mod h1:JlxT0oZfNKgIlSNtgc001WEeDMxlnAvOM43gNm8DQVc= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 h1:v4Ok2o8bUjTGsS9Vebc0k2DSS2XJWzCVuYOrAA+YFeE= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= -github.com/trustbloc/vct v1.0.0-rc5 h1:fBn5xFi+D+vtDFu/UncsqwwOIuFfy0KANe470GXriOw= -github.com/trustbloc/vct v1.0.0-rc5/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= +github.com/trustbloc/sidetree-core-go v1.0.0 h1:kzfKZOJ0sgDy9D1AYNcoR3JHutqtMtKvF2P9UwUcDjU= +github.com/trustbloc/sidetree-core-go v1.0.0/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= +github.com/trustbloc/vct v1.0.0 h1:lAkDAZtHM84SfVbY2zAXjwKNO3AkAL5YQ4i/Y+z6K9g= +github.com/trustbloc/vct v1.0.0/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/cmd/orb-server/go.mod b/cmd/orb-server/go.mod index c99e3005..717b03c8 100644 --- a/cmd/orb-server/go.mod +++ b/cmd/orb-server/go.mod @@ -22,7 +22,7 @@ require ( github.com/trustbloc/kms v0.1.9-0.20221024131747-f895f91207f1 github.com/trustbloc/logutil-go v1.0.0-rc1 github.com/trustbloc/orb v1.0.0-rc3.0.20221101120557-1cf1ce21c938 - github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 + github.com/trustbloc/sidetree-core-go v1.0.0 go.mongodb.org/mongo-driver v1.9.1 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 go.uber.org/zap v1.23.0 @@ -105,7 +105,7 @@ require ( github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693 // indirect github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344 // indirect - github.com/trustbloc/vct v1.0.0-rc5 // indirect + github.com/trustbloc/vct v1.0.0 // indirect github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect diff --git a/cmd/orb-server/go.sum b/cmd/orb-server/go.sum index 13aa2dbf..912dd800 100644 --- a/cmd/orb-server/go.sum +++ b/cmd/orb-server/go.sum @@ -938,10 +938,10 @@ github.com/trustbloc/kms v0.1.9-0.20221024131747-f895f91207f1 h1:u617zM5QPsAawgQ github.com/trustbloc/kms v0.1.9-0.20221024131747-f895f91207f1/go.mod h1:Vv+mv35QeUo5f+Llm/gsp6x4FgLkLH9dTp4dGK0+aQU= github.com/trustbloc/logutil-go v1.0.0-rc1 h1:rRJbvgQfrlUfyej+mY0nuQJymGqjRW4oZEwKi544F4c= github.com/trustbloc/logutil-go v1.0.0-rc1/go.mod h1:JlxT0oZfNKgIlSNtgc001WEeDMxlnAvOM43gNm8DQVc= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 h1:v4Ok2o8bUjTGsS9Vebc0k2DSS2XJWzCVuYOrAA+YFeE= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= -github.com/trustbloc/vct v1.0.0-rc5 h1:fBn5xFi+D+vtDFu/UncsqwwOIuFfy0KANe470GXriOw= -github.com/trustbloc/vct v1.0.0-rc5/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= +github.com/trustbloc/sidetree-core-go v1.0.0 h1:kzfKZOJ0sgDy9D1AYNcoR3JHutqtMtKvF2P9UwUcDjU= +github.com/trustbloc/sidetree-core-go v1.0.0/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= +github.com/trustbloc/vct v1.0.0 h1:lAkDAZtHM84SfVbY2zAXjwKNO3AkAL5YQ4i/Y+z6K9g= +github.com/trustbloc/vct v1.0.0/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/go.mod b/go.mod index 3cd6be54..9fc0706f 100755 --- a/go.mod +++ b/go.mod @@ -34,8 +34,8 @@ require ( github.com/stretchr/testify v1.8.2 github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344 github.com/trustbloc/logutil-go v1.0.0-rc1 - github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 - github.com/trustbloc/vct v1.0.0-rc5 + github.com/trustbloc/sidetree-core-go v1.0.0 + github.com/trustbloc/vct v1.0.0 go.mongodb.org/mongo-driver v1.9.1 go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.40.0 go.opentelemetry.io/otel v1.14.0 diff --git a/go.sum b/go.sum index d233c53a..065fbf8c 100644 --- a/go.sum +++ b/go.sum @@ -954,10 +954,10 @@ github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344 h1:KCEn2RI github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344/go.mod h1:B8FIw5LTq6DaULoHsVFRzYIUDkl8yuSwCdZnOZGKL/A= github.com/trustbloc/logutil-go v1.0.0-rc1 h1:rRJbvgQfrlUfyej+mY0nuQJymGqjRW4oZEwKi544F4c= github.com/trustbloc/logutil-go v1.0.0-rc1/go.mod h1:JlxT0oZfNKgIlSNtgc001WEeDMxlnAvOM43gNm8DQVc= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 h1:v4Ok2o8bUjTGsS9Vebc0k2DSS2XJWzCVuYOrAA+YFeE= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= -github.com/trustbloc/vct v1.0.0-rc5 h1:fBn5xFi+D+vtDFu/UncsqwwOIuFfy0KANe470GXriOw= -github.com/trustbloc/vct v1.0.0-rc5/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= +github.com/trustbloc/sidetree-core-go v1.0.0 h1:kzfKZOJ0sgDy9D1AYNcoR3JHutqtMtKvF2P9UwUcDjU= +github.com/trustbloc/sidetree-core-go v1.0.0/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= +github.com/trustbloc/vct v1.0.0 h1:lAkDAZtHM84SfVbY2zAXjwKNO3AkAL5YQ4i/Y+z6K9g= +github.com/trustbloc/vct v1.0.0/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= diff --git a/test/bdd/go.mod b/test/bdd/go.mod index a10624f5..3a3e5a8e 100644 --- a/test/bdd/go.mod +++ b/test/bdd/go.mod @@ -26,7 +26,7 @@ require ( github.com/sirupsen/logrus v1.8.1 github.com/tidwall/gjson v1.7.4 github.com/trustbloc/orb v1.0.0-rc7 - github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 + github.com/trustbloc/sidetree-core-go v1.0.0 ) require ( @@ -114,7 +114,7 @@ require ( github.com/tidwall/match v1.0.3 // indirect github.com/tidwall/pretty v1.1.0 // indirect github.com/trustbloc/logutil-go v1.0.0-rc1 // indirect - github.com/trustbloc/vct v1.0.0-rc5 // indirect + github.com/trustbloc/vct v1.0.0 // indirect github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c // indirect github.com/x448/float16 v0.8.4 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect diff --git a/test/bdd/go.sum b/test/bdd/go.sum index b7e1aa33..d3ac5441 100644 --- a/test/bdd/go.sum +++ b/test/bdd/go.sum @@ -1156,10 +1156,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/trustbloc/logutil-go v1.0.0-rc1 h1:rRJbvgQfrlUfyej+mY0nuQJymGqjRW4oZEwKi544F4c= github.com/trustbloc/logutil-go v1.0.0-rc1/go.mod h1:JlxT0oZfNKgIlSNtgc001WEeDMxlnAvOM43gNm8DQVc= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7 h1:v4Ok2o8bUjTGsS9Vebc0k2DSS2XJWzCVuYOrAA+YFeE= -github.com/trustbloc/sidetree-core-go v1.0.0-rc5.0.20230622210745-a1b968a815f7/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= -github.com/trustbloc/vct v1.0.0-rc5 h1:fBn5xFi+D+vtDFu/UncsqwwOIuFfy0KANe470GXriOw= -github.com/trustbloc/vct v1.0.0-rc5/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= +github.com/trustbloc/sidetree-core-go v1.0.0 h1:kzfKZOJ0sgDy9D1AYNcoR3JHutqtMtKvF2P9UwUcDjU= +github.com/trustbloc/sidetree-core-go v1.0.0/go.mod h1:jdxAFuorlIwFOGVW6O455/lZqxg2mZkRHNTEolcZdDI= +github.com/trustbloc/vct v1.0.0 h1:lAkDAZtHM84SfVbY2zAXjwKNO3AkAL5YQ4i/Y+z6K9g= +github.com/trustbloc/vct v1.0.0/go.mod h1:TrS5PDqw6RPl4q1ISDys/aZZDZ7bglIXXBsvdBv48dM= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=