-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 731 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module nats-template
go 1.14
require (
github.com/aws/aws-sdk-go v1.35.20
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/websocket v1.4.2
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10
github.com/kellydunn/golang-geo v0.7.0
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/wunderlist/ttlcache v0.0.0-20180801091818-7dbceb0d5094
github.com/ziutek/mymysql v1.5.4 // indirect
go.mongodb.org/mongo-driver v1.4.3
google.golang.org/protobuf v1.25.0 // indirect
)