Files
src.dualinventive.com/go/devsim/vendor/github.com/xor-gate/sshfp/go.mod
2024-08-09 12:10:16 +02:00

12 lines
361 B
Modula-2

module github.com/xor-gate/sshfp
require (
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
github.com/miekg/dns v1.0.8
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
)