From 07abc69086453983c75eb8140d4c4d1e14088946 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 10 Oct 2023 16:03:50 -0700 Subject: [PATCH] updated fasten-sources to v0.4.1 (eClinicalWorks -> Healow endpoints) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e26176df..8c2bf86d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/dave/jennifer v1.6.1 github.com/dominikbraun/graph v0.15.0 github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3 - github.com/fastenhealth/fasten-sources v0.4.0 + github.com/fastenhealth/fasten-sources v0.4.1 github.com/fastenhealth/gofhir-models v0.0.6 github.com/gin-gonic/gin v1.9.0 github.com/glebarez/sqlite v1.5.0