-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
) |