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 +)