X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=76d405e791fed977168b3eef5c9e25b8d9533965;hb=afbf95f5756a7b781859beb1e68b41f7319ed208;hp=2ea2cc89e3687220e721428ff838551fc1c55c42;hpb=1c72bbc4fc5a8ad674dff70abd4713f369ecb43b;p=ric-plt%2Fsubmgr.git diff --git a/go.mod b/go.mod index 2ea2cc8..76d405e 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,7 @@ require ( github.com/go-openapi/swag v0.19.7 github.com/go-openapi/validate v0.19.6 github.com/gorilla/mux v1.7.1 + github.com/segmentio/ksuid v1.0.3 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.5.1 )