Merge branch 'feat/sd-notify' into 'main'

feat(proxy): add sd_notify support

See merge request tpo/anti-censorship/pluggable-transports/snowflake!610
This commit is contained in:
Jill 2025-08-20 22:30:35 +02:00
commit a2989f7c22
4 changed files with 43 additions and 0 deletions

1
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.30.2
github.com/aws/aws-sdk-go-v2/credentials v1.18.5
github.com/aws/aws-sdk-go-v2/service/sqs v1.38.5
github.com/coreos/go-systemd/v22 v22.5.0
github.com/golang/mock v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/miekg/dns v1.1.65