File: go.mod

package info (click to toggle)
pebble 2.3.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: python: 159; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/letsencrypt/pebble

require (
	github.com/letsencrypt/challtestsrv v1.2.0
	github.com/miekg/dns v1.1.15
	golang.org/x/net v0.0.0-20181207154023-610586996380 // indirect
	golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e // indirect
	gopkg.in/square/go-jose.v2 v2.1.9
)

go 1.13