Skip to content

Commit

Permalink
Adding missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
svginc committed Apr 25, 2024
1 parent 81ef5ee commit 6d47109
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions go.mod
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
)

0 comments on commit 6d47109

Please sign in to comment.