Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Oct 23, 2023
1 parent 381c61d commit 6750fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_model v0.5.0
github.com/redis/go-redis/v9 v9.2.1
github.com/santhosh-tekuri/jsonschema v1.2.4
github.com/shengdoushi/base58 v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
Expand All @@ -51,8 +52,6 @@ require (
schneider.vip/problem v1.8.1
)

require github.com/santhosh-tekuri/jsonschema v1.2.4

require (
github.com/PaesslerAG/gval v1.2.2 // indirect
github.com/alexandrevicenzi/go-sse v1.6.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion vcr/pe/schema/gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nuts-foundation/nuts-node/vcr/pe/schema
module github.com/nuts-foundation/nuts-node/vcr/pe/gen/schema

go 1.21

Expand Down

0 comments on commit 6750fa2

Please sign in to comment.