9 lines
131 B
Modula-2
9 lines
131 B
Modula-2
|
|
module gitlab.com/unboundsoftware/apex-mocks
|
||
|
|
|
||
|
|
go 1.15
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/apex/log v1.9.0
|
||
|
|
github.com/sanity-io/litter v1.3.0
|
||
|
|
)
|