-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgo.mod
22 lines (20 loc) · 679 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/alfg/openencoder
go 1.14
require (
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/aws/aws-sdk-go v1.20.15
github.com/digitalocean/godo v1.42.0
github.com/gin-gonic/gin v1.6.3
github.com/gocraft/work v0.5.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jlaffaye/ftp v0.0.0-20200720194710-13949d38913e
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.1.1
github.com/robfig/cron v1.2.0 // indirect
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)