X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mep%2Fmepagent%2FSampleApp%2Fgo.mod;h=8195cb6530d470ec87bcd8da5578bb5260d6416d;hb=f886a2d416dd0ecc7bcd108bfe5f6567e36c36dc;hp=a1c2d509796ce43fdc5ee6ba5aff171b0bdc724f;hpb=37e5052b0d53c9137cba0b18f0d28f311826aba6;p=ealt-edge.git diff --git a/mep/mepagent/SampleApp/go.mod b/mep/mepagent/SampleApp/go.mod index a1c2d50..8195cb6 100644 --- a/mep/mepagent/SampleApp/go.mod +++ b/mep/mepagent/SampleApp/go.mod @@ -3,8 +3,5 @@ module mep-agent go 1.14 require ( - github.com/agiledragon/gomonkey v2.0.1+incompatible - github.com/akraino-edge-stack/ealt-edge v0.0.0-20200624134839-54b1432860d4 // indirect - github.com/smartystreets/goconvey v1.6.4 - gopkg.in/yaml.v2 v2.2.8 + gopkg.in/yaml.v2 v2.2.8 // indirect )