mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-22 12:46:03 +03:00
14 lines
293 B
Modula-2
14 lines
293 B
Modula-2
module github.com/crazybber/go-patterns
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/graphql-go/graphql v0.7.9
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/urfave/cli v1.22.4
|
|
go.uber.org/zap v1.15.0
|
|
)
|