Skip to content

Commit

Permalink
Update go deps to v5 Nuts Node to remove LegalBase from REST model (#320
Browse files Browse the repository at this point in the history
)
  • Loading branch information
reinkrul authored Nov 9, 2022
1 parent 9c915ed commit b526719
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 54 deletions.
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/nuts-foundation/nuts-demo-ehr
go 1.19

require (
github.com/avast/retry-go/v4 v4.1.0
github.com/avast/retry-go/v4 v4.3.0
github.com/deepmap/oapi-codegen v1.11.0
github.com/go-resty/resty/v2 v2.7.0
github.com/golang-jwt/jwt v3.2.2+incompatible
Expand All @@ -16,7 +16,7 @@ require (
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/monarko/fhirgo v0.0.0-20200616214506-ca0a03fb1f7a
github.com/nuts-foundation/go-did v0.3.0
github.com/nuts-foundation/nuts-node v1.0.1-0.20221006133950-1d35e5fa8757
github.com/nuts-foundation/nuts-node v1.0.1-0.20221107114949-2531aeb2af67
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
Expand All @@ -34,7 +34,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-redis/redis/v9 v9.0.0-beta.3 // indirect
github.com/go-redis/redis/v9 v9.0.0-rc.1 // indirect
github.com/go-redsync/redsync/v4 v4.6.0 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/golang/mock v1.6.0 // indirect
Expand All @@ -45,7 +45,7 @@ require (
github.com/hashicorp/go-hclog v1.0.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.3 // indirect
github.com/hashicorp/go-plugin v1.4.5 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect
Expand All @@ -56,10 +56,10 @@ require (
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/vault/api v1.8.0 // indirect
github.com/hashicorp/vault/api v1.8.2 // indirect
github.com/hashicorp/vault/sdk v0.6.0 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/labstack/echo-contrib v0.13.0 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
Expand All @@ -77,27 +77,28 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.3.0 // indirect
github.com/nats-io/nats-server/v2 v2.9.2 // indirect
github.com/nats-io/nats.go v1.17.0 // indirect
github.com/nats-io/nats-server/v2 v2.9.5 // indirect
github.com/nats-io/nats.go v1.19.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nuts-foundation/crypto-ecies v0.0.0-20211207143025-5b84f9efce2b // indirect
github.com/nuts-foundation/go-leia/v3 v3.2.0 // indirect
github.com/nuts-foundation/go-stoabs v1.2.0 // indirect
github.com/nuts-foundation/go-stoabs v1.3.0 // indirect
github.com/ockam-network/did v0.1.4-0.20210103172416-02ae01ce06d8 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/piprate/json-gold v0.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/client_golang v1.13.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/shengdoushi/base58 v1.0.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
Expand All @@ -111,10 +112,10 @@ require (
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/net v0.0.0-20220728030405-41545e8bf201 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.3.8 // indirect
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/Regis24GmbH/go-diacritics.v2 v2.0.2 // indirect
gopkg.in/Regis24GmbH/go-phonetics.v2 v2.0.2 // indirect
Expand Down
Loading

0 comments on commit b526719

Please sign in to comment.