-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (20 loc) · 753 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (20 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module hex-example
require (
github.com/apex/gateway v1.1.1
github.com/aws/aws-lambda-go v1.7.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis v6.14.1+incompatible
github.com/golang/mock v1.1.1
github.com/google/uuid v1.0.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/lib/pq v1.0.0
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.2.2
github.com/tj/assert v0.0.0-20171129193455-018094318fb0 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
)