Skip to content

Commit

Permalink
moved the replace lines to the top o the go.mod file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 6, 2023
1 parent 1ba4f46 commit d657ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 491 deletions.
16 changes: 3 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/fastenhealth/fasten-onprem

//replace github.com/fastenhealth/fasten-sources => ../fasten-sources
//replace github.com/fastenhealth/gofhir-models => ../gofhir-models

go 1.18

require (
Expand All @@ -18,7 +21,6 @@ require (
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.2.0
github.com/lestrrat-go/jwx/v2 v2.0.11
github.com/philips-software/go-hsdp-api v0.81.0
github.com/samber/lo v1.35.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.12.0
Expand All @@ -38,10 +40,8 @@ require (
)

require (
bitbucket.org/creachadair/stringset v0.0.9 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/bytedance/sonic v1.8.8 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
Expand All @@ -58,9 +58,7 @@ require (
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/fhir/go v0.7.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand All @@ -84,14 +82,11 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/philips-software/go-hsdp-signer v1.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/seborama/govcr v4.5.0+incompatible // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
Expand All @@ -117,8 +112,3 @@ require (
modernc.org/memory v1.4.0 // indirect
modernc.org/sqlite v1.19.1 // indirect
)

//replace github.com/fastenhealth/fasten-sources => ../fasten-sources

//
//replace github.com/fastenhealth/gofhir-models => ../gofhir-models

0 comments on commit d657ec0

Please sign in to comment.