mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	go.mod: Upgrade CertMagic
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Lint / lint (macos-14, mac) (push) Waiting to run
				
			
		
			
				
	
				Lint / lint (windows-latest, windows) (push) Waiting to run
				
			
		
			
				
	
				Tests / test (./cmd/caddy/caddy, ~1.24.1, ubuntu-latest, 0, 1.24, linux) (push) Failing after 2m5s
				
			
		
			
				
	
				Tests / test (s390x on IBM Z) (push) Has been skipped
				
			
		
			
				
	
				Tests / goreleaser-check (push) Has been skipped
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, aix) (push) Successful in 1m37s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, darwin) (push) Successful in 1m31s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, dragonfly) (push) Successful in 1m20s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, freebsd) (push) Successful in 1m29s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, illumos) (push) Successful in 1m33s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, linux) (push) Successful in 1m20s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, netbsd) (push) Successful in 1m32s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, openbsd) (push) Successful in 1m24s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, solaris) (push) Successful in 1m37s
				
			
		
			
				
	
				Cross-Build / build (~1.24.1, 1.24, windows) (push) Successful in 1m35s
				
			
		
			
				
	
				Lint / lint (ubuntu-latest, linux) (push) Successful in 2m30s
				
			
		
			
				
	
				Lint / govulncheck (push) Successful in 1m29s
				
			
		
			
				
	
				Tests / test (./cmd/caddy/caddy, ~1.24.1, macos-14, 0, 1.24, mac) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test (./cmd/caddy/caddy.exe, ~1.24.1, windows-latest, True, 1.24, windows) (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Lint / lint (macos-14, mac) (push) Waiting to run
				
			Lint / lint (windows-latest, windows) (push) Waiting to run
				
			Tests / test (./cmd/caddy/caddy, ~1.24.1, ubuntu-latest, 0, 1.24, linux) (push) Failing after 2m5s
				
			Tests / test (s390x on IBM Z) (push) Has been skipped
				
			Tests / goreleaser-check (push) Has been skipped
				
			Cross-Build / build (~1.24.1, 1.24, aix) (push) Successful in 1m37s
				
			Cross-Build / build (~1.24.1, 1.24, darwin) (push) Successful in 1m31s
				
			Cross-Build / build (~1.24.1, 1.24, dragonfly) (push) Successful in 1m20s
				
			Cross-Build / build (~1.24.1, 1.24, freebsd) (push) Successful in 1m29s
				
			Cross-Build / build (~1.24.1, 1.24, illumos) (push) Successful in 1m33s
				
			Cross-Build / build (~1.24.1, 1.24, linux) (push) Successful in 1m20s
				
			Cross-Build / build (~1.24.1, 1.24, netbsd) (push) Successful in 1m32s
				
			Cross-Build / build (~1.24.1, 1.24, openbsd) (push) Successful in 1m24s
				
			Cross-Build / build (~1.24.1, 1.24, solaris) (push) Successful in 1m37s
				
			Cross-Build / build (~1.24.1, 1.24, windows) (push) Successful in 1m35s
				
			Lint / lint (ubuntu-latest, linux) (push) Successful in 2m30s
				
			Lint / govulncheck (push) Successful in 1m29s
				
			Tests / test (./cmd/caddy/caddy, ~1.24.1, macos-14, 0, 1.24, mac) (push) Has been cancelled
				
			Tests / test (./cmd/caddy/caddy.exe, ~1.24.1, windows-latest, True, 1.24, windows) (push) Has been cancelled
				
			Hotfix for wildcard certs (regression in beta 3)
This commit is contained in:
		
							parent
							
								
									86c620fb4e
								
							
						
					
					
						commit
						7672b7848f
					
				
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							@ -8,7 +8,7 @@ require (
 | 
				
			|||||||
	github.com/Masterminds/sprig/v3 v3.3.0
 | 
						github.com/Masterminds/sprig/v3 v3.3.0
 | 
				
			||||||
	github.com/alecthomas/chroma/v2 v2.15.0
 | 
						github.com/alecthomas/chroma/v2 v2.15.0
 | 
				
			||||||
	github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
 | 
						github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
 | 
				
			||||||
	github.com/caddyserver/certmagic v0.22.1
 | 
						github.com/caddyserver/certmagic v0.22.2
 | 
				
			||||||
	github.com/caddyserver/zerossl v0.1.3
 | 
						github.com/caddyserver/zerossl v0.1.3
 | 
				
			||||||
	github.com/cloudflare/circl v1.6.0
 | 
						github.com/cloudflare/circl v1.6.0
 | 
				
			||||||
	github.com/dustin/go-humanize v1.0.1
 | 
						github.com/dustin/go-humanize v1.0.1
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							@ -93,8 +93,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
 | 
				
			|||||||
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
 | 
					github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
 | 
				
			||||||
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
 | 
					github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
 | 
				
			||||||
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
 | 
					github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
 | 
				
			||||||
github.com/caddyserver/certmagic v0.22.1 h1:FTI1H+N7UrVWx1mVW7Am0JrOtTNgJO/uOsIhjtDZM60=
 | 
					github.com/caddyserver/certmagic v0.22.2 h1:qzZURXlrxwR5m25/jpvVeEyJHeJJMvAwe5zlMufOTQk=
 | 
				
			||||||
github.com/caddyserver/certmagic v0.22.1/go.mod h1:hbqE7BnkjhX5IJiFslPmrSeobSeZvI6ux8tyxhsd6qs=
 | 
					github.com/caddyserver/certmagic v0.22.2/go.mod h1:hbqE7BnkjhX5IJiFslPmrSeobSeZvI6ux8tyxhsd6qs=
 | 
				
			||||||
github.com/caddyserver/zerossl v0.1.3 h1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=
 | 
					github.com/caddyserver/zerossl v0.1.3 h1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=
 | 
				
			||||||
github.com/caddyserver/zerossl v0.1.3/go.mod h1:CxA0acn7oEGO6//4rtrRjYgEoa4MFw/XofZnrYwGqG4=
 | 
					github.com/caddyserver/zerossl v0.1.3/go.mod h1:CxA0acn7oEGO6//4rtrRjYgEoa4MFw/XofZnrYwGqG4=
 | 
				
			||||||
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
 | 
					github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user