X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepagent%2FSampleApp%2Fgo.mod;h=8195cb6530d470ec87bcd8da5578bb5260d6416d;hb=b53813aee440d6c0a936a2827e5c304cf60d8be1;hp=62785eb41289f5b9725b59016bb235c569fb3fb7;hpb=e6b0508c50f07c751a781f57265a4a5a016b6e71;p=ealt-edge.git diff --git a/mep/mepagent/SampleApp/go.mod b/mep/mepagent/SampleApp/go.mod index 62785eb..8195cb6 100644 --- a/mep/mepagent/SampleApp/go.mod +++ b/mep/mepagent/SampleApp/go.mod @@ -3,11 +3,5 @@ module mep-agent go 1.14 require ( - github.com/agiledragon/gomonkey v2.0.1+incompatible - github.com/khemendra0/mep_agent_lib v0.0.0-20200514200710-1e480711e278 // indirect - github.com/khemendra0/mep_agent_lib_2 v0.0.0-20200515044354-e1f42901419d // indirect - github.com/khemendra0/mep_agent_lib_3 v0.0.0-20200515181745-facda354cc2a // indirect - github.com/khemendra0/mep_agent_lib_5 v0.0.0-20200515190552-685e7af625aa // indirect - github.com/smartystreets/goconvey v1.6.4 - gopkg.in/yaml.v2 v2.2.8 + gopkg.in/yaml.v2 v2.2.8 // indirect )