feat: initial commit

This commit is contained in:
2020-12-10 12:16:30 +01:00
commit 6e69a40ac1
9 changed files with 784 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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
)