10 lines
172 B
AMPL
10 lines
172 B
AMPL
module github.com/eminetto/clean-architecture-go-v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.3
|
|
github.com/google/uuid v1.1.1
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|