Skip to content

Commit 9b1bd35

Browse files
committed
finished Quest integration.
fixes fastenhealth/fasten-sources#35
1 parent e74b14e commit 9b1bd35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/dave/jennifer v1.6.1
1616
github.com/dominikbraun/graph v0.15.0
1717
github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3
18-
github.com/fastenhealth/fasten-sources v0.6.21
18+
github.com/fastenhealth/fasten-sources v0.6.22
1919
github.com/fastenhealth/gofhir-models v0.0.6
2020
github.com/gin-gonic/gin v1.9.0
2121
github.com/go-gormigrate/gormigrate/v2 v2.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
101101
github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
102102
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
103103
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
104-
github.com/fastenhealth/fasten-sources v0.6.21 h1:DtPGlBXnPWPlUgBncV3aOYdGqYuKR38jzUNDWzAry9c=
105-
github.com/fastenhealth/fasten-sources v0.6.21/go.mod h1:tNNGToorb14WASRqZOQ59ovMllyAUpT1WJWiyUPsxLU=
104+
github.com/fastenhealth/fasten-sources v0.6.22 h1:h5/dX07U2AKx2M4+SzAj7tULh7wkaleUj5cikIolNHY=
105+
github.com/fastenhealth/fasten-sources v0.6.22/go.mod h1:tNNGToorb14WASRqZOQ59ovMllyAUpT1WJWiyUPsxLU=
106106
github.com/fastenhealth/gofhir-models v0.0.6 h1:yJYYaV1eJtHiGEfA1rXLsyOm/9hIi6s2cGoZzGfW1tM=
107107
github.com/fastenhealth/gofhir-models v0.0.6/go.mod h1:xB8ikGxu3bUq2b1JYV+CZpHqBaLXpOizFR0eFBCunis=
108108
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=

0 commit comments

Comments
 (0)