Adding first pass at design.go
This commit is contained in:
18
go.mod
Normal file
18
go.mod
Normal file
@ -0,0 +1,18 @@
|
||||
module crossnokaye-interview-assignment
|
||||
|
||||
go 1.20
|
||||
|
||||
require goa.design/goa/v3 v3.12.3
|
||||
|
||||
require (
|
||||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
|
||||
github.com/sergi/go-diff v1.3.1 // indirect
|
||||
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
golang.org/x/text v0.11.0 // indirect
|
||||
golang.org/x/tools v0.11.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
Reference in New Issue
Block a user