X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fusecases%2Foruclosedlooprecovery%2Fgoversion%2Fgo.mod;h=4bfef6846ca0ed848c28b821da2cd8a4cbd65e81;hb=5b26de71a0aae08360a38477150551651a7ef734;hp=754bba10e9982cac5856814bc141b41a0cb7de0d;hpb=2f0d0d08efe5efe671178e63fdab4dacee543f9a;p=nonrtric.git diff --git a/test/usecases/oruclosedlooprecovery/goversion/go.mod b/test/usecases/oruclosedlooprecovery/goversion/go.mod index 754bba10..4bfef684 100644 --- a/test/usecases/oruclosedlooprecovery/goversion/go.mod +++ b/test/usecases/oruclosedlooprecovery/goversion/go.mod @@ -5,14 +5,15 @@ go 1.17 require ( github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.7.0 + github.com/hashicorp/go-retryablehttp v0.7.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/google/uuid v1.3.0 // indirect - github.com/gorilla/mux v1.8.0 // indirect + github.com/gorilla/mux v1.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.1.1 // indirect golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + github.com/hashicorp/go-cleanhttp v0.5.1 // indirect )