-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 737 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/healthimation/go-service
go 1.16
require (
github.com/aws/aws-sdk-go v1.43.36
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/divideandconquer/go-consul-client v0.0.0-20210610174817-6146efeb9f54
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/google/uuid v1.3.0
github.com/healthimation/go-glitch v0.0.0-20170714151522-c1136cd4a72e
github.com/husobee/vestigo v1.1.1
github.com/justinas/alice v1.2.0
github.com/lib/pq v1.10.5
github.com/newrelic/go-agent v3.15.2+incompatible
github.com/pborman/uuid v1.2.1
github.com/sirupsen/logrus v1.8.1
)