-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 757 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module GoWatch
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/coreos/etcd v3.3.25+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/gin v1.6.3
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v1.0.0
go.uber.org/zap v1.16.0 // indirect
google.golang.org/genproto v0.0.0-20200901141002-b3bf27a9dbd1 // indirect
google.golang.org/grpc v1.31.1 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)