-
Notifications
You must be signed in to change notification settings - Fork 42
/
go.mod
47 lines (44 loc) · 2.15 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
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/cloudflare/cfssl_trust
go 1.20
require (
github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
github.com/getsentry/raven-go v0.0.0-20170310193735-b68337dbf03e
github.com/mattes/migrate v1.3.1
github.com/mattn/go-sqlite3 v1.2.0
github.com/prometheus/client_golang v1.14.0
github.com/spf13/cobra v0.0.0-20170425164442-6ed17b5128e8
github.com/spf13/viper v0.0.0-20170417080815-0967fc9aceab
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.2.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20170417193930-a9c833d2837d // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cznic/ql v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/certificate-transparency-go v1.0.10-0.20180222191210-5ab67e519c93 // indirect
github.com/hashicorp/hcl v0.0.0-20170420231434-7fa7fff964d0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/magiconair/properties v1.7.3-0.20170321093039-51463bfca257 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170422000251-cc8532a8e9a5 // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v0.5.1-0.20170405014105-fe206efb84b2 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20170109133355-fa7ca7e836cf // indirect
github.com/spf13/pflag v0.0.0-20170418052314-2300d0f8576f // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)