X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smoversion%2Fgo.mod;h=d0e7e7fdf6aca7be923e325ee571cd99797fa83f;hb=refs%2Fheads%2Ff-release;hp=d0c4dc2f37d6bad5dbdb32d281e8e932cbbf0088;hpb=5542d26d709c996977d3992c58b273ce83e21e16;p=nonrtric%2Frapp%2Fransliceassurance.git diff --git a/smoversion/go.mod b/smoversion/go.mod index d0c4dc2..d0e7e7f 100644 --- a/smoversion/go.mod +++ b/smoversion/go.mod @@ -6,11 +6,22 @@ require github.com/sirupsen/logrus v1.8.1 require ( github.com/gorilla/mux v1.8.0 - github.com/stretchr/testify v1.3.0 + github.com/prometheus/client_golang v1.12.2 + github.com/stretchr/testify v1.7.0 ) require ( + github.com/beorn7/perks v1.0.1 // indirect + github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect + github.com/golang/protobuf v1.5.2 // indirect + github.com/kr/pretty v0.2.0 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect + github.com/prometheus/client_model v0.2.0 // indirect + github.com/prometheus/common v0.32.1 // indirect + github.com/prometheus/procfs v0.7.3 // indirect + golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect + google.golang.org/protobuf v1.26.0 // indirect + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )