forked from mvmaasakkers/certificates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (19 loc) · 739 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/mvmaasakkers/certificates
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/jinzhu/gorm v1.9.16
github.com/tkuchiki/parsetime v0.3.0
gopkg.in/urfave/cli.v1 v1.20.0
)
require (
github.com/denisenkom/go-mssqldb v0.12.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/lib/pq v1.10.5 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/tkuchiki/go-timezone v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
)