Bump github.com/dogmatiq/dogma from 0.13.0 to 0.13.1 #2315
Annotations
7 errors
Shared / Go
cannot use &c (value of type *configurer) as dogma.ProjectionConfigurer value in argument to h.Configure: *configurer does not implement dogma.ProjectionConfigurer (missing method Disable)
|
Shared / Go
cannot use (*configurer)(nil) (value of type *configurer) as dogma.ProjectionConfigurer value in variable declaration: *configurer does not implement dogma.ProjectionConfigurer (missing method Disable)
|
Shared / Go
cannot use c (variable of type *aggregateConfigurer) as dogma.AggregateConfigurer value in argument to h.Configure: *aggregateConfigurer does not implement dogma.AggregateConfigurer (missing method Disable)
|
Shared / Go
cannot use c (variable of type *integrationConfigurer) as dogma.IntegrationConfigurer value in argument to h.Configure: *integrationConfigurer does not implement dogma.IntegrationConfigurer (missing method Disable)
|
Shared / Go
cannot use c (variable of type *processConfigurer) as dogma.ProcessConfigurer value in argument to h.Configure: *processConfigurer does not implement dogma.ProcessConfigurer (missing method Disable)
|
Shared / Go
cannot use c (variable of type *projectionConfigurer) as dogma.ProjectionConfigurer value in argument to h.Configure: *projectionConfigurer does not implement dogma.ProjectionConfigurer (missing method Disable)
|
Shared / Go
Process completed with exit code 2.
|