20 lines
472 B
Modula-2
20 lines
472 B
Modula-2
module github.com/letsencrypt/pebble/v2
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/letsencrypt/challtestsrv v1.3.2
|
|
github.com/miekg/dns v1.1.58
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/tools v0.18.0 // indirect
|
|
)
|