-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 804 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/KaiserWerk/Tiny-Build-Server
go 1.16
require (
github.com/KaiserWerk/sessionstore/v2 v2.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/mux v1.8.0
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/sftp v1.13.0
github.com/sirupsen/logrus v1.8.1
github.com/stvp/slug v0.0.0-20150928221549-5ab8191bb1fe
golang.org/x/crypto v0.17.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v3 v3.0.0
gorm.io/driver/mysql v1.0.5
gorm.io/gorm v1.21.7
)