module github.com/letsencrypt/pebble/v2

go 1.24.0

toolchain go1.24.2

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

require (
	golang.org/x/mod v0.24.0 // indirect
	golang.org/x/net v0.40.0 // indirect
	golang.org/x/sync v0.14.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/tools v0.33.0 // indirect
)
