This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.4 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
34
35
module TwitterBot
go 1.14
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/vcs v1.13.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/deckarep/golang-set v1.7.1
github.com/dghubble/oauth1 v0.6.0
github.com/fatih/color v1.9.0 // indirect
github.com/getsentry/sentry-go v0.6.1
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/go-redis/redis v6.15.8+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/dep v0.5.4 // indirect
github.com/golang/mock v1.4.3 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/jmank88/nuts v0.4.0 // indirect
github.com/kyokomi/lottery v1.2.0
github.com/lib/pq v1.4.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/poy/onpar v0.0.0-20200406201722-06f95a1c68e8 // indirect
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect
github.com/tomocrafter/go-twitter v0.0.0-20200524032136-e236ea578c8e
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)