X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=0fb43fab3caedc7339ffbaa93afd84fa9476ccbf;hb=105030feb8fabd8b4ddff552c53e905146b2ea5f;hp=b6ae93769d7a90c7974a63bded54f04385ffe5a9;hpb=a60668ce87d31b368d6a3e934e56820af75a0d3c;p=ric-plt%2Falarm-go.git diff --git a/go.mod b/go.mod index b6ae937..0fb43fa 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,8 @@ require ( github.com/gorilla/mux v1.7.1 github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.1 // indirect github.com/prometheus/alertmanager v0.20.0 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.5.1