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-11-30 17:51:46 +00:00
|
|
|
github.com/balacode/go-delta v0.1.0
|
2022-12-02 08:09:52 +00:00
|
|
|
github.com/dave/jennifer v1.6.0
|
2022-11-28 16:10:46 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-12-02 08:09:52 +00:00
|
|
|
github.com/justincpresley/go-cobs v1.3.1
|
2022-08-03 12:38:36 +00:00
|
|
|
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-12-02 08:09:52 +00:00
|
|
|
golang.org/x/term v0.2.0
|
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-12-02 08:09:52 +00:00
|
|
|
github.com/balacode/zr v1.1.2 // 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-12-02 08:09:52 +00:00
|
|
|
github.com/shamaton/msgpack/v2 v2.1.1 // indirect
|
2022-04-13 06:30:20 +00:00
|
|
|
github.com/thales-e-security/pool v0.0.2 // indirect
|
2022-12-02 08:09:52 +00:00
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2021-08-23 18:53:43 +00:00
|
|
|
)
|