nuts-foundation/nuts-consent-logic

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/nuts-foundation/nuts-consent-logic

go 1.14

require (
    github.com/cbroglie/mustache v1.2.0
    github.com/golang/mock v1.4.4
    github.com/hashicorp/go-hclog v0.9.2 // indirect
    github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
    github.com/hashicorp/golang-lru v0.5.3 // indirect
    github.com/labstack/echo/v4 v4.1.17
    github.com/lestrrat-go/jwx v1.0.7
    github.com/nuts-foundation/consent-bridge-go-client v0.16.0
    github.com/nuts-foundation/nuts-consent-store v0.16.0
    github.com/nuts-foundation/nuts-crypto v0.16.0
    github.com/nuts-foundation/nuts-event-octopus v0.16.0
    github.com/nuts-foundation/nuts-fhir-validation v0.16.0
    github.com/nuts-foundation/nuts-go-core v0.16.0
    github.com/nuts-foundation/nuts-go-test v0.16.0
    github.com/nuts-foundation/nuts-registry v0.16.0
    github.com/satori/go.uuid v1.2.0
    github.com/sirupsen/logrus v1.7.0
    github.com/spf13/cobra v1.1.1
    github.com/spf13/pflag v1.0.5
    github.com/stretchr/testify v1.6.1
    github.com/thedevsaddam/gojsonq/v2 v2.5.2
    golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect
)