From 6d471093942ad7144db6de97d1d8f7230164d5bf Mon Sep 17 00:00:00 2001 From: Prasad Konka Date: Wed, 24 Apr 2024 23:39:29 -0400 Subject: [PATCH] Adding missing file --- go.mod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 000000000..066dbcd56 --- /dev/null +++ b/go.mod @@ -0,0 +1,17 @@ +module github.com/onc-healthit/lantern-back-end + +go 1.14 + +require ( + github.com/PuerkitoBio/goquery v1.8.0 + github.com/chromedp/chromedp v0.8.6 + github.com/google/go-cmp v0.5.9 + github.com/lib/pq v1.10.7 + github.com/onc-healthit/lantern-back-end/endpointmanager v0.0.0-20220923185917-c05cd91b749c + github.com/onc-healthit/lantern-back-end/lanternmq v0.0.0-20220923185917-c05cd91b749c + github.com/pkg/errors v0.9.1 + github.com/sirupsen/logrus v1.9.0 + github.com/spf13/viper v1.13.0 + github.com/streadway/amqp v1.0.0 + gonum.org/v1/gonum v0.12.0 +)