Skip to content

Commit 03dc486

Browse files
committed
Update Dependencies
1 parent fe5893c commit 03dc486

File tree

3 files changed

+247
-3
lines changed

3 files changed

+247
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This repository contains two Go modules, the generated models itself and the gen
2424

2525
## License
2626

27-
Copyright 2019 - 2021 The Samply Community
27+
Copyright 2019 - 2022 The Samply Community
2828

2929
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
3030

Diff for: fhir-models-gen/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/samply/golang-fhir-models/fhir-models-gen
33
go 1.17
44

55
require (
6-
github.com/dave/jennifer v1.4.1
7-
github.com/spf13/cobra v1.2.1
6+
github.com/dave/jennifer v1.5.0
7+
github.com/spf13/cobra v1.3.0
88
)
99

1010
require (

0 commit comments

Comments
 (0)