Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions wstl1/mapping_engine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ replace github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_eng
replace github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util => ./util

require (
bitbucket.org/creachadair/stringset v0.0.9
github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/proto v0.0.0-00010101000000-000000000000
github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util v0.0.0-00010101000000-000000000000
github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.2.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/grpc v1.27.1
google.golang.org/protobuf v1.25.0
bitbucket.org/creachadair/stringset v0.0.9
github.com/GoogleCloudPlatform/healthcare-data-harmonization/mapping_engine/util v0.0.0-00010101000000-000000000000
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
golang.org/x/oauth2 v0.7.0
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)

Loading