-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (49 loc) · 1.98 KB
/
go.mod
File metadata and controls
53 lines (49 loc) · 1.98 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/flowshield/cfssl
go 1.22.0
toolchain go1.23.2
require (
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
github.com/GeertJohan/go.rice v1.0.3
github.com/cloudflare/backoff v0.0.0-20240920015135-e46b80a3a7d0
github.com/cloudflare/go-metrics v0.0.0-20240916140632-d318a4b6c670
github.com/cloudflare/redoctober v0.0.0-20240916140610-ecd6febe99bc
github.com/go-sql-driver/mysql v1.8.1
github.com/google/certificate-transparency-go v1.2.1
github.com/jmhodges/clock v1.2.0
github.com/jmoiron/sqlx v1.4.0
github.com/kisielk/sqlstruct v0.0.0-20210630145711-dae28ed37023
github.com/kisom/goutils v1.4.3
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.24
github.com/stretchr/testify v1.8.2
github.com/zmap/zcrypto v0.0.0-20240803002437-3a861682ac77
github.com/zmap/zlint/v3 v3.6.3
golang.org/x/crypto v0.28.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.30.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/GeertJohan/go.incremental v1.0.0 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/daaku/go.zipexe v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/getsentry/sentry-go v0.29.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/jessevdk/go-flags v1.6.1 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/nkovacs/streamquote v1.1.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/weppos/publicsuffix-go v0.40.2 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)