-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (26 loc) · 1009 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/verily-src/fhirpath-go
go 1.22.2
require (
github.com/antlr4-go/antlr/v4 v4.13.0
github.com/google/fhir/go v0.7.4
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-set/v2 v2.1.0
github.com/iancoleman/strcase v0.3.0
github.com/mattbaird/jsonpatch v0.0.0-20240118010651-0ba75a80ca38
github.com/shopspring/decimal v1.4.0
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
google.golang.org/protobuf v1.34.1
)
require (
bitbucket.org/creachadair/stringset v0.0.9 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)