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
/
go.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
)