This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
33 lines (31 loc) · 1.22 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
32
33
module github.com/codeuniversity/smag-mvp
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/antchfx/htmlquery v1.1.0 // indirect
github.com/antchfx/xmlquery v1.1.0 // indirect
github.com/antchfx/xpath v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.25.16
github.com/elastic/go-elasticsearch/v7 v7.4.1
github.com/go-ini/ini v1.51.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/jinzhu/gorm v1.9.11
github.com/johnnadratowski/golang-neo4j-bolt-driver v0.0.0-20181101021923-6b24c0085aae
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0
github.com/minio/minio-go v6.0.14+incompatible
github.com/minio/minio-go/v6 v6.0.39
github.com/neo4j-drivers/gobolt v1.7.4 // indirect
github.com/neo4j/neo4j-go-driver v1.7.4
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/segmentio/kafka-go v0.3.4
github.com/stretchr/testify v1.4.0
github.com/temoto/robotstxt v1.1.1 // indirect
gocv.io/x/gocv v0.21.0
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
google.golang.org/grpc v1.24.0
)