X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=76d405e791fed977168b3eef5c9e25b8d9533965;hb=5d4f68f1b4cf03646bafeb98cea13a4c57e56a65;hp=2ea2cc89e3687220e721428ff838551fc1c55c42;hpb=a5c58bc513653ad86eaa1ac557c0c2960a1a0a6c;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 )