module github.com/letsencrypt/pebble/v2

go 1.22.0

toolchain go1.23.1

require (
	github.com/go-jose/go-jose/v4 v4.0.4
	github.com/letsencrypt/challtestsrv v1.3.2
	github.com/miekg/dns v1.1.62
)

require (
	golang.org/x/crypto v0.32.0 // indirect
	golang.org/x/mod v0.22.0 // indirect
	golang.org/x/net v0.34.0 // indirect
	golang.org/x/sync v0.10.0 // indirect
	golang.org/x/sys v0.29.0 // indirect
	golang.org/x/tools v0.29.0 // indirect
)
