2021-08-23 18:53:43 +00:00
|
|
|
module git.cacert.org/cacert-gosigner
|
|
|
|
|
2022-04-21 18:01:35 +00:00
|
|
|
go 1.17
|
2021-08-23 18:53:43 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-13 06:30:20 +00:00
|
|
|
github.com/ThalesIgnite/crypto11 v1.2.5
|
2022-08-03 12:38:36 +00:00
|
|
|
github.com/justincpresley/go-cobs v1.2.0
|
|
|
|
github.com/shamaton/msgpackgen v0.3.0
|
2022-11-20 17:59:37 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-08-03 12:38:36 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
2022-04-16 20:24:32 +00:00
|
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
|
2022-08-03 12:38:36 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-04-13 06:30:20 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-11-20 09:07:02 +00:00
|
|
|
github.com/dave/jennifer v1.4.1 // indirect
|
2022-04-13 06:30:20 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
2022-04-13 06:39:26 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-08-23 18:53:43 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-08-03 12:38:36 +00:00
|
|
|
github.com/shamaton/msgpack/v2 v2.1.0 // indirect
|
2022-04-13 06:30:20 +00:00
|
|
|
github.com/thales-e-security/pool v0.0.2 // indirect
|
2022-11-20 09:07:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2021-08-23 18:53:43 +00:00
|
|
|
)
|