forked from i-love-flamingo/flamingo-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/lunarforge/flamingo_commerce
go 1.13
require (
flamingo.me/dingo v0.2.9
flamingo.me/flamingo/v3 v3.2.2
flamingo.me/form v1.0.1
flamingo.me/graphql v1.2.0
flamingo.me/pugtemplate v1.1.3
github.com/99designs/gqlgen v0.11.4-0.20200726064323-39a12e0f1b6d
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/gavv/httpexpect/v2 v2.0.2
github.com/go-playground/form v3.1.4+incompatible
github.com/go-redsync/redsync v1.3.1
github.com/go-test/deep v1.0.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.2
github.com/leekchan/accounting v0.0.0-20191104051123-0b9b0bd19c36
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/swaggo/swag v1.6.6-0.20200603163350-20638f327979
github.com/testcontainers/testcontainers-go v0.9.0
github.com/vektah/gqlparser/v2 v2.0.1
go.opencensus.io v0.22.3
go.uber.org/goleak v1.1.10
golang.org/x/mod v0.3.0
gopkg.in/go-playground/assert.v1 v1.2.1
)